Skip to content

feat: Support deepseekv3.2 thinking tool call#3826

Open
cape2333 wants to merge 3 commits intocamel-ai:masterfrom
cape2333:feat-support-deepseekv3.2
Open

feat: Support deepseekv3.2 thinking tool call#3826
cape2333 wants to merge 3 commits intocamel-ai:masterfrom
cape2333:feat-support-deepseekv3.2

Conversation

@cape2333
Copy link
Copy Markdown
Contributor

Description

Fixes #issue-3811
issue3811

Summary

  • Support DeepSeek V3.2 thinking mode with tool calling, by adding thinking config parameter and
    handling reasoning_content injection across multi-turn tool call conversations
  • Remove tools from reasoner unsupported params list, enabling tool use for reasoner models
  • Add unit tests for thinking mode config, reasoning content storage/injection, and request preparation

Checklist

Go over all the following points, and put an x in all the boxes that apply.

  • [x ] I have read the CONTRIBUTION guide (required)
  • I have linked this PR to an issue using the Development section on the right sidebar or by adding Fixes #issue-number in the PR description (required)
  • I have checked if any dependencies need to be added or updated in pyproject.toml and uv lock
  • I have updated the tests accordingly (required for a bug fix or a new feature)
  • I have updated the documentation if needed:
  • I have added examples if this is a new feature

If you are unsure about any of these, don't hesitate to ask. We are here to help!

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Feb 10, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@fengju0213 fengju0213 added this to the Sprint 49 milestone Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants