Gemini requires the 'name' field in tool/function response messages, while OpenAI infers it from tool_call_id. Without it, Gemini returns: 'function_response.name: Name cannot be empty' Added 'name' field to both tool result messages in the reflect agent. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| agent.py | ||
| models.py | ||
| observations.py | ||
| prompts.py | ||
| tools.py | ||
| tools_schema.py | ||