JSON in caps

This commit is contained in:
Hardik Shah 2024-08-14 15:26:23 -07:00
parent 86df597a83
commit 8e526b9536

View file

@ -80,7 +80,7 @@ def prompt_for_json(custom_tools: List[ToolDefinition]) -> str:
Here is a list of functions in JSON format:
{tool_defs}
Return function calls in json format.
Return function calls in JSON format.
"""
)
content = content.lstrip("\n").format(tool_defs=tool_defs)