summaryrefslogtreecommitdiff
path: root/packages/core/src/tools/tools.ts
diff options
context:
space:
mode:
authorJacob MacDonald <[email protected]>2025-08-20 13:10:02 -0700
committerGitHub <[email protected]>2025-08-20 20:10:02 +0000
commit1738d407456aec9ab7733374a4709cff6d59d12d (patch)
tree0671de9960c9ef3fc3e1ddd002d14e1748bc62a8 /packages/core/src/tools/tools.ts
parent4642de2a5ceaf264ce3238accc1142aec4661db4 (diff)
return the JSON stringified parameters from getDescription for MCP tools and Discovered tools (#6655)
Diffstat (limited to 'packages/core/src/tools/tools.ts')
-rw-r--r--packages/core/src/tools/tools.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/core/src/tools/tools.ts b/packages/core/src/tools/tools.ts
index 761b670a..64a2e83a 100644
--- a/packages/core/src/tools/tools.ts
+++ b/packages/core/src/tools/tools.ts
@@ -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;