agentscope-ai / agentscope-ai/agentscope
[Feature]: 建议支持qwen3.5 chat reasoning字段解析
- 主要语言
- Python
- 星标
- 31.6k
- 派生
- 3.5k
- 平均合并
- 1 天 16 小时
- 30 天内合并 PR
- 103
描述
**AgentScope is an open-source project. To involve a broader community, we recommend asking your questions in English.**
**Is your feature request related to a problem? Please describe.**
vllm0.17.1 参数如下:"--model",
"/home/share/model/Qwen3.5-35B-A3B",
"--served-model-name",
"qwen3.5",
"--tensor-parallel-size=2",
"--enable-auto-tool-choice",
"--tool-call-parser",
"qwen3_coder",
"--mm-encoder-tp-mode",
"data",
"--mm-processor-cache-type",
"shm",
"--reasoning-parser",
"qwen3",
"--enable-prefix-caching"
输出的reasoning内容在reasoning字段,而不是reasoning_content字段,导致输出的思考内容为空,希望添加对reasoning字段的支持
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
贡献指南
评估
这个 Issue 还没有评估数据。