Bryanmorgan/add tool source description (#856)

This commit is contained in:
Bryan Morgan
2025-06-08 19:07:05 -04:00
committed by GitHub
parent 31c14ea78f
commit 152af28a34
3 changed files with 5 additions and 5 deletions

View File

@@ -350,7 +350,7 @@ export const useSlashCommandProcessor = (
// Filter out MCP tools by checking if they have a serverName property
const geminiTools = tools.filter((tool) => !('serverName' in tool));
const geminiToolList = geminiTools.map((tool) => tool.name);
const geminiToolList = geminiTools.map((tool) => tool.displayName);
addMessage({
type: MessageType.INFO,