Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for reasoning_content from DeepSeek R1 #731

Open
charlieyou opened this issue Jan 21, 2025 · 1 comment
Open

Add support for reasoning_content from DeepSeek R1 #731

charlieyou opened this issue Jan 21, 2025 · 1 comment

Comments

@charlieyou
Copy link

New DeepSeek reasoning model outputs reasoning_content in messages alongside the regular content. See their API docs here.

Requested feature is to be able to access this reasoning content from the Agent.run() response. According to their docs for multi-turn conversations, reasoning should not be passed back into the messages, so there will need to be consideration of that in the API.

Appreciate your work here, I'm loving the framework so far!

@samuelcolvin
Copy link
Member

Thanks, should be possible, we'll need to think about how.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants