mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
Bryanmorgan/add tool source description (#856)
This commit is contained in:
parent
31c14ea78f
commit
152af28a34
3 changed files with 5 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue