Skip to content
Snippets Groups Projects
Commit 129839ac authored by hananel's avatar hananel
Browse files

fix example output to be reasonable

parent df4a3a8b
No related branches found
No related tags found
No related merge requests found
......@@ -60,15 +60,16 @@ def extract_function_inputs(
{{
"name": "get_weather",
"description": "Useful to get the weather in a specific location",
"signature": "(location: str, degree: str) -> str",
"output": "<class 'str'>",
"signature": "(location: str, degree: str) -> float",
"output": "<class 'float'>",
}}
Result: {{
"location": "London",
"degree": "Celsius",
"location": "Hawaii",
"degree": "Kelvin",
}}
Input:
query: {query}
schema: {function_schema}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment