Allow for an override of running a completion after a function call completes, OpenAI
This commit is contained in:
@@ -330,6 +330,7 @@ class FunctionCallResultFrame(DataFrame):
|
||||
arguments: str
|
||||
result: Any
|
||||
run_llm: bool = True
|
||||
override_run_llm: bool = False
|
||||
|
||||
|
||||
@dataclass
|
||||
|
||||
Reference in New Issue
Block a user