Use PascalCase for all tool display names (#12918)

This commit is contained in:
Tommaso Sciortino
2025-11-11 20:28:13 -08:00
committed by GitHub
parent 11a0a9b911
commit d3cf28eb4b
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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>,