Removed chain call to clear external copilot

This commit is contained in:
2025-06-04 12:17:10 -05:00
parent 438a940660
commit fff17638eb
4 changed files with 159 additions and 76 deletions
+2 -1
View File
@@ -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 [