You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove tools field in the DeepSeek HTTP request. (#398)
* fix: remove tools field in the DeepSeek HTTP request.
* polish: modify by lint
* feat: Enhance DeepSeekMessageAdapter to include tool_calls in message handling
- Added tool_calls property to both message and delta processing in DeepSeekMessageAdapter for improved tool integration.
- Updated responseGenerator to handle cases where no tools are available, setting tools to undefined to prevent errors.
---------
Co-authored-by: Kevin On <40454531+kevin-on@users.noreply.github.com>