diff options
| author | Jacob MacDonald <[email protected]> | 2025-08-20 13:10:02 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-20 20:10:02 +0000 |
| commit | 1738d407456aec9ab7733374a4709cff6d59d12d (patch) | |
| tree | 0671de9960c9ef3fc3e1ddd002d14e1748bc62a8 /packages/core/src/tools/tools.ts | |
| parent | 4642de2a5ceaf264ce3238accc1142aec4661db4 (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.ts | 1 |
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; |
