mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-09 22:35:54 -05:00
SmartDecisionBlock sometimes tried to be smart by calling multiple tool calls and our platform does not support this yet. ### Changes 🏗️ Disable parallel tool calls for OpenAI & OpenRouter LLM provider LLM blocks. ### Checklist 📋 #### For code changes: - [x] I have clearly listed my changes in the PR description - [x] I have made a test plan - [x] I have tested my changes according to the test plan: <!-- Put your test plan here: --> - [x] Tested SmartDecisionBlock & AITextGeneratorBlock