### Describe the bug | Provider | Model | Example | Error | | ------------- | ------------------------ | ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | | ~~openai ✅~~ | o3-mini | workflow-orchestrator | error: 400 Unsupported parameter: 'parallel_tool_calls' is not supported with this model. | | ~~openai ➖~~ | ~~o1-mini~~ | mcp-github | error: 400 Unsupported value: 'messages[0].role' does not support 'system' with this model. | | ~~anthropic~~ | claude-3-7-sonnet-latest | mcp-sqlite | error: {"type":"error","error":{"details":null,"type":"overloaded_error","message":"Overloaded"} } | | anthropic ➖ | claude-3-5-haiku-latest | ~~workflow-orchestrator~~ | error: 400 {"type":"error","error":{"type":"invalid_request_error","message":"prompt is too long: 242843 tokens > 200000 maximum"}} | | ~~xai ➖~~ | grok-2-latest | ~~workflow-orchestrator~~ | error: Max iterations reached: 3 | | ~~openai ➖~~ | gpt-4o-mini | ~~workflow-orchestrator~~ | error: Max iterations reached: 3 | | ~~gemini ➖~~ | gemini-2.0-flash | ~~workflow-orchestrator~~ | 429 status code (no body) - “You've exceeded the rate limit.” | | ~~open router ✅~~ | openai/gpt-4o | workflow-router | Router toolChoice requires exactly one tool to be executed (When toolChoice is set to router, an error is thrown if multiple tools are selected.) | | ~~openai ➖~~ | o4-mini | workflow-code-execution | call agent js-sandbox failed with error: ReferenceError: module is not defined | | ~~gemini ➖~~ | gemini-1.5-flash | mcp-github | FAILED: MCP error -32603: Authentication Failed: Requires authentication | |~~ollama ➖~~ | llama3.2 | workflow-router | FAILED: Tool not found: main | |~~ollama ➖~~ | llama3.2 | chat-bot | Connect error | | ~~openai ✅~~ | o3-mini | workflow-reflection | error: Agent AIAgent output check arguments error: code: Required | | ~~openai ✅~~ | o3-mini / o4-mini | chat-bot | FAILED: 400 Unsupported parameter: 'temperature' is not supported with this model. | ##### Row 1 <img width="663" alt="Image" src="https://github.com/user-attachments/assets/0d02c7b6-abdb-490d-b400-806003054bbf" /> ##### Row 2 <img width="425" alt="Image" src="https://github.com/user-attachments/assets/7d502de7-c3c0-47f7-a8c8-f63f74b74537" /> ##### Row 3 <img width="1034" alt="Image" src="https://github.com/user-attachments/assets/3abe2c6b-542c-40d2-8407-5c57a485a339" /> ##### Row 4 <img width="837" alt="Image" src="https://github.com/user-attachments/assets/ea53991a-0815-4d1c-8ae4-363d833d8032" /> ##### Row 7 <img width="1067" alt="Image" src="https://github.com/user-attachments/assets/5a80df3c-87af-46ac-aa97-85cb4210fdec" /> ##### Row 8 <img width="1110" alt="Image" src="https://github.com/user-attachments/assets/c26d4008-9fce-42c1-a61f-ecaa0458172b" /> ##### Row 9 <img width="1344" alt="Image" src="https://github.com/user-attachments/assets/ff64a0e9-dd54-46f1-a038-9f583dec7dd2" /> ##### Row 10 <img width="1281" alt="Image" src="https://github.com/user-attachments/assets/61b56238-e1e7-4a74-84c6-08aeb54f8781" /> ##### Row 11 <img width="1117" alt="Image" src="https://github.com/user-attachments/assets/b45cc380-f431-4c05-b4a9-d8b1a05f89eb" /> ##### Row 13 <img width="1490" alt="Image" src="https://github.com/user-attachments/assets/005d1e04-5327-43a7-b6b4-c516a49fc0a9" /> ### Reproduction Steps 1. cd examples/... 2. CI=true MODEL_PROVIDER=... MODEL_NAME=... pnpm run start ### Observed Behavior An error is thrown during execution. ### Expected Behavior Return the expected results correctly. ### Possible Solution _No response_ ### Additional Information/Context _No response_
Describe the bug
openai ✅openai ➖o1-minianthropicworkflow-orchestratorxai ➖workflow-orchestratoropenai ➖workflow-orchestratorgemini ➖workflow-orchestratoropen router ✅openai ➖gemini ➖ollama ➖ollama ➖openai ✅openai ✅Row 1
Row 2
Row 3
Row 4
Row 7
Row 8
Row 9
Row 10
Row 11
Row 13
Reproduction Steps
Observed Behavior
An error is thrown during execution.
Expected Behavior
Return the expected results correctly.
Possible Solution
No response
Additional Information/Context
No response