Skip to content

Commit ae9d40d

Browse files
committed
Fix mismatched call_id in Spanish fewshots
1 parent 6f2e5a4 commit ae9d40d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spanish/function_calling_fewshots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def search_database(search_query: str, price_filter: dict | None = None) -> dict
103103
},
104104
{
105105
"type": "function_call_output",
106-
"call_id": "fc_abc123",
106+
"call_id": "call_abc123",
107107
"output": json.dumps({"result": "Resultados de búsqueda para equipo de escalada exterior: ..."}),
108108
},
109109
{"role": "user", "content": "¿Hay tenis por menos de $50?"},

0 commit comments

Comments
 (0)