agent: cache_prompt=True
This commit is contained in:
parent
0532680f40
commit
a634e03aba
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ def completion_with_tool_usage(
|
|||
messages=messages,
|
||||
response_format=response_format,
|
||||
tools=tools_schemas,
|
||||
cache_prompt=True,
|
||||
**kwargs,
|
||||
)
|
||||
if verbose:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue