Merge pull request #531 from pipecat-ai/khk/function-calling-improvements

This commit is contained in:
Kwindla Hultman Kramer
2024-10-01 07:23:38 -07:00
committed by GitHub
12 changed files with 426 additions and 450 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():