mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
JSON in caps
This commit is contained in:
parent
86df597a83
commit
8e526b9536
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ def prompt_for_json(custom_tools: List[ToolDefinition]) -> str:
|
||||||
Here is a list of functions in JSON format:
|
Here is a list of functions in JSON format:
|
||||||
{tool_defs}
|
{tool_defs}
|
||||||
|
|
||||||
Return function calls in json format.
|
Return function calls in JSON format.
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
content = content.lstrip("\n").format(tool_defs=tool_defs)
|
content = content.lstrip("\n").format(tool_defs=tool_defs)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue