Skip to content
Snippets Groups Projects
Commit 19984ff3 authored by hananel's avatar hananel
Browse files

make input similar to example

parent 0a0a2058
No related branches found
No related tags found
No related merge requests found
......@@ -64,15 +64,17 @@ schema:
"output": "<class 'float'>",
}}
Result: {{
Result:
{{
"location": "Hawaii",
"degree": "Kelvin",
}}
Input:
query: {query}
schema: {function_schema}
query: \"{query}\"
schema:
{json.dumps(function_schema, indent=4)}
Result:
"""
llm_input = [Message(role="user", content=prompt)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment