function calling testing and improvements

This commit is contained in:
Kwindla Hultman Kramer
2024-09-30 20:59:28 -07:00
parent 47b943a117
commit 0d5cb84531
8 changed files with 167 additions and 447 deletions

View File

@@ -116,7 +116,7 @@ class LLMService(AIService):
tool_call_id: str,
function_name: str,
arguments: str,
run_llm: bool,
run_llm: bool = True,
) -> None:
f = None
if function_name in self._callbacks.keys():