mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Bryanmorgan/add tool source description (#856)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user