agent: cache_prompt=True

This commit is contained in:
ochafik 2024-04-10 01:03:39 +01:00
parent 0532680f40
commit a634e03aba

View file

@ -71,6 +71,7 @@ def completion_with_tool_usage(
messages=messages,
response_format=response_format,
tools=tools_schemas,
cache_prompt=True,
**kwargs,
)
if verbose: