diff options
| author | Tommaso Sciortino <[email protected]> | 2025-08-20 16:13:50 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-20 23:13:50 +0000 |
| commit | 653267a64f8cd3b270176ec90b37a34383bf5bf2 (patch) | |
| tree | 7efa747e971c3bbc30804c36aa92fab6d2590f99 /packages/core/src/tools/tools.ts | |
| parent | 0193ce77dd0f4db5cd3822d3eb54c6f41a816253 (diff) | |
Remove unused attribute (#6661)
Diffstat (limited to 'packages/core/src/tools/tools.ts')
| -rw-r--r-- | packages/core/src/tools/tools.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/core/src/tools/tools.ts b/packages/core/src/tools/tools.ts index 64a2e83a..58773d25 100644 --- a/packages/core/src/tools/tools.ts +++ b/packages/core/src/tools/tools.ts @@ -309,11 +309,6 @@ export type AnyDeclarativeTool = DeclarativeTool<object, ToolResult>; export interface ToolResult { /** - * A short, one-line summary of the tool's action and result. - * e.g., "Read 5 files", "Wrote 256 bytes to foo.txt" - */ - summary?: string; - /** * Content meant to be included in LLM history. * This should represent the factual outcome of the tool execution. */ |
