Allow for an override of running a completion after a function call completes, OpenAI

This commit is contained in:
Mark Backman
2025-01-11 15:59:09 -05:00
parent da1878537b
commit 874b8bb136
3 changed files with 21 additions and 6 deletions

View File

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