-
-
Notifications
You must be signed in to change notification settings - Fork 11k
[Fix] DeepSeek V3.1 tool parser error message #23492
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
[Fix] DeepSeek V3.1 tool parser error message #23492
Conversation
- Correct error message to show "DeepSeek-V3.1" instead of "DeepSeek-V3" - Improve user experience with accurate model version identification - Maintain consistency with parser registration name "deepseek_v31" The error message now correctly reflects the actual model version when tokenizer validation fails during tool parser initialization. Signed-off-by: zitian.zhao <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request correctly updates an error message within the DeepSeekV31ToolParser to reference "DeepSeek-V3.1" instead of "DeepSeek-V3". This change ensures the error message is consistent with the parser's name and the model version it supports, which improves clarity for developers. The fix is straightforward and accurate.
Signed-off-by: zitian.zhao <[email protected]>
Signed-off-by: zitian.zhao <[email protected]> Signed-off-by: Xiao Yu <[email protected]>
Signed-off-by: zitian.zhao <[email protected]>
Signed-off-by: zitian.zhao <[email protected]>
Signed-off-by: zitian.zhao <[email protected]> Signed-off-by: Ekagra Ranjan <[email protected]>
Signed-off-by: zitian.zhao <[email protected]>
Signed-off-by: zitian.zhao <[email protected]>
Signed-off-by: zitian.zhao <[email protected]>
The error message now correctly reflects the actual model version when tokenizer validation fails during tool parser initialization.