mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 13:18:10 +00:00
- Remove unused asyncio import from test file - Route FC-capable LLMs with no tools + response_model to _invoke_loop_native_no_tools (preserves structured output) - FC-capable LLMs with no tools and no response_model still fall through to ReAct path (no regression) - Add tests for both FC+no-tools routing scenarios Co-Authored-By: João <joao@crewai.com>