fix(agenticark): preserve raw reasoning content from Ark Responses API - #985
Conversation
Need to create a new tagThe following modules have changes and may need version updates:
|
883e825 to
a4ade6b
Compare
Need to create a new tagThe following modules have changes and may need version updates:
|
a4ade6b to
e8ad5e6
Compare
Need to create a new tagThe following modules have changes and may need version updates:
|
e8ad5e6 to
41a4a5d
Compare
Need to create a new tagThe following modules have changes and may need version updates:
|
What type of PR is this?
fix
Check the PR title.
(Optional) Translate the PR title into Chinese.
fix(agenticark): 保留 Ark Responses API 返回的原始思维链内容
(Optional) More detailed description for this PR(en: English/zh: Chinese).
en:
Ark Responses API can return raw reasoning content in
reasoning.contentwhen thinking summary compression is disabled. Previously, agenticark only convertedreasoning.summary, causing the raw reasoning content to be dropped.This PR:
reasoning.contentand raw reasoning stream events;schema.Reasoning.OpenAIExtension.Content;skip-thinking-summaryresponse.zh(optional):
当关闭思维链摘要压缩时,Ark Responses API 会通过
reasoning.content返回原始思维链。此前 agenticark 仅转换reasoning.summary,导致原始思维链内容丢失。本 PR:
reasoning.content和原始思维链流式事件;schema.Reasoning.OpenAIExtension.Content;skip-thinking-summary响应补充回归测试。(Optional) Which issue(s) this PR fixes:
N/A
(optional) The PR that updates user documentation:
N/A