mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 01:07:46 +00:00
return the JSON stringified parameters from getDescription for MCP tools and Discovered tools (#6655)
This commit is contained in:
@@ -24,6 +24,7 @@ export interface ToolInvocation<
|
||||
|
||||
/**
|
||||
* Gets a pre-execution description of the tool operation.
|
||||
*
|
||||
* @returns A markdown string describing what the tool will do.
|
||||
*/
|
||||
getDescription(): string;
|
||||
|
||||
Reference in New Issue
Block a user