mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-09 09:30:41 -07:00
fix(ui): hide summary in header when displayed in box
This commit is contained in:
@@ -35,7 +35,7 @@ export function populateToolDisplay({
|
||||
description: invocation?.getDescription?.(),
|
||||
};
|
||||
|
||||
if (resultDisplay) {
|
||||
if (resultDisplay !== undefined && display.result === undefined) {
|
||||
display.result = toolResultDisplayToDisplayContent(resultDisplay);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user