Removed chain call to clear external copilot
This commit is contained in:
@@ -14,7 +14,8 @@ class StandaloneLLMTool(BaseTool):
|
||||
logging.warning("COPILOT_API_URL environment variable not set. call_external_copilot will not function.")
|
||||
|
||||
def clear(self):
|
||||
self._call_external_copilot("/clear")
|
||||
pass
|
||||
# self._call_external_copilot("/clear")
|
||||
|
||||
def get_functions(self):
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user