mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 23:58:34 +00:00
- Add thinking parameter to AnthropicCompletion.__init__ - Include thinking parameter in API calls via _prepare_completion_params - Thinking blocks are automatically preserved in tool use conversations - Add comprehensive tests for extended thinking with tool use - Fixes #3964 Co-Authored-By: João <joao@crewai.com>