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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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,