diff options
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; |
