mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-14 13:53:02 -07:00
refactor(cli): migrate core tools to native ToolDisplay property and fix UI rendering (#25186)
This commit is contained in:
@@ -93,6 +93,11 @@ class UpdateTopicInvocation extends BaseToolInvocation<
|
||||
|
||||
return {
|
||||
llmContent,
|
||||
display: {
|
||||
format: 'notice',
|
||||
name: title || UPDATE_TOPIC_DISPLAY_NAME,
|
||||
description: this.getDescription(),
|
||||
},
|
||||
returnDisplay,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user