Skip to content

1.2.3

Choose a tag to compare

@github-actions github-actions released this 15 Aug 10:52
· 25 commits to main since this release
7932192
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>