Skip to content

Commit 37c54c4

Browse files
committed
ran precommit
1 parent f70f8d9 commit 37c54c4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

spanish/function_calling_fewshots.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,7 @@ def search_database(search_query: str, price_filter: dict | None = None) -> dict
107107
{
108108
"id": "call_abc123",
109109
"type": "function",
110-
"function": {
111-
"name": "search_database",
112-
"arguments": '{"search_query":"equipo escalada exterior"}'
113-
}
110+
"function": {"name": "search_database", "arguments": '{"search_query":"equipo escalada exterior"}'},
114111
}
115112
],
116113
},
@@ -130,8 +127,8 @@ def search_database(search_query: str, price_filter: dict | None = None) -> dict
130127
"type": "function",
131128
"function": {
132129
"name": "search_database",
133-
"arguments": '{"search_query":"tenis","price_filter":{"comparison_operator":"<","value":50}}'
134-
}
130+
"arguments": '{"search_query":"tenis","price_filter":{"comparison_operator":"<","value":50}}',
131+
},
135132
}
136133
],
137134
},

0 commit comments

Comments
 (0)