fix(agenticark): preserve raw reasoning content from Ark Responses API - #985
Open
N3kox wants to merge 1 commit into
Open
fix(agenticark): preserve raw reasoning content from Ark Responses API#985N3kox wants to merge 1 commit into
N3kox wants to merge 1 commit into
Conversation
Need to create a new tagThe following modules have changes and may need version updates:
|
N3kox
force-pushed
the
fix/claude_param
branch
from
September 3, 2026 07:18
883e825 to
a4ade6b
Compare
Need to create a new tagThe following modules have changes and may need version updates:
|
N3kox
force-pushed
the
fix/claude_param
branch
from
September 3, 2026 09:14
a4ade6b to
e8ad5e6
Compare
Need to create a new tagThe following modules have changes and may need version updates:
|
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.
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