mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 04:54:25 -07:00
Use PascalCase for all tool display names (#12918)
This commit is contained in:
committed by
GitHub
parent
11a0a9b911
commit
d3cf28eb4b
@@ -303,7 +303,7 @@ export class MemoryTool
|
||||
constructor(messageBus?: MessageBus) {
|
||||
super(
|
||||
MemoryTool.Name,
|
||||
'Save Memory',
|
||||
'SaveMemory',
|
||||
memoryToolDescription,
|
||||
Kind.Think,
|
||||
memoryToolSchemaData.parametersJsonSchema as Record<string, unknown>,
|
||||
|
||||
Reference in New Issue
Block a user