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,
|
messages=messages,
|
||||||
response_format=response_format,
|
response_format=response_format,
|
||||||
tools=tools_schemas,
|
tools=tools_schemas,
|
||||||
|
cache_prompt=True,
|
||||||
**kwargs,
|
**kwargs,
|
||||||
)
|
)
|
||||||
if verbose:
|
if verbose:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue