agent: cache_prompt=True
This commit is contained in:
parent
0532680f40
commit
a634e03aba
|
|
@ -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…
Reference in New Issue