Fix restoration of topic headers. (#24650)

This commit is contained in:
Christian Gunderman
2026-04-03 23:50:38 +00:00
committed by GitHub
parent e74efc5c0b
commit 4a040931ef
2 changed files with 188 additions and 0 deletions
+1
View File
@@ -607,6 +607,7 @@ export function convertSessionToHistoryFormats(
tools: msg.toolCalls.map((tool) => ({
callId: tool.id,
name: tool.displayName || tool.name,
args: tool.args,
description: tool.description || '',
renderOutputAsMarkdown: tool.renderOutputAsMarkdown ?? true,
status: