mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 05:24:34 -07:00
Fix restoration of topic headers. (#24650)
This commit is contained in:
committed by
GitHub
parent
e74efc5c0b
commit
4a040931ef
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user