handle openai multiple function calls

This commit is contained in:
Kwindla Hultman Kramer
2024-09-29 21:03:59 -07:00
parent def04ac0ce
commit a5c73ec829
5 changed files with 50 additions and 33 deletions

View File

@@ -585,6 +585,7 @@ class FunctionCallResultFrame(DataFrame):
tool_call_id: str
arguments: str
result: Any
run_llm: bool = True
@dataclass