feat(dashscope): Support stream tool call#133
Open
mengnankkkk wants to merge 6 commits intospring-ai-alibaba:mainfrom
Open
feat(dashscope): Support stream tool call#133mengnankkkk wants to merge 6 commits intospring-ai-alibaba:mainfrom
mengnankkkk wants to merge 6 commits intospring-ai-alibaba:mainfrom
Conversation
f5d7465 to
d447702
Compare
guanxuc
requested changes
Jan 26, 2026
models/dashscope/src/main/java/com/alibaba/cloud/ai/dashscope/api/DashScopeApi.java
Show resolved
Hide resolved
Collaborator
|
DashScopeChatModelTests里麻烦加一下流式输出toolcall的单测 |
Co-authored-by: guanxu <86234262+guanxuc@users.noreply.github.com>
Co-authored-by: guanxu <86234262+guanxuc@users.noreply.github.com>
Collaborator
|
@mengnankkkk stream tool call好像丢失了arguments参数,这个有空帮看下 non-stream tool call: stream tool call: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe what this PR does / why we need it
在 DashScopeChatOptions 中新增了 enableStreamToolCalls 配置项(默认 false)
当设置为 true 时,工具调用的片段会在工具执行之前就开始流式返回
Does this pull request fix one issue?
Close #111
Describe how you did it
测试代码:
得到结果
Describe how to verify it
Special notes for reviews