docs(tools): refresh generated catalogs

This commit is contained in:
Tianyi Cui
2026-07-22 02:05:02 +08:00
parent fb5292cee5
commit 6c887e8bcf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1451,7 +1451,7 @@ export interface Config {
export type ToolPresentationMode = 'native' | 'code' | 'both'
```
Source: [`packages/core/tools/src/index.ts:504`](../packages/core/tools/src/index.ts)
Source: [`packages/core/tools/src/index.ts:516`](../packages/core/tools/src/index.ts)
## `@deepseek-ai/dsh-tui`
+1 -1
View File
@@ -1456,7 +1456,7 @@ async execute(exec: ToolExecutionInput): Promise<ToolExecutionResult>
Types: [ScopeKey](../core-data-structures/scope.md) · [ToolDefinition](../core-data-structures/tools.md) · [ToolExecutionInput](../core-data-structures/tools.md) · [ToolExecutionMode](../core-data-structures/tools.md) · [ToolExecutionResult](../core-data-structures/tools.md) · [ToolGuard](../core-data-structures/tools.md) · [ToolRestriction](../core-data-structures/tools.md) · [ToolSchema](../core-data-structures/tools.md)
Source: [`packages/core/tools/src/index.ts:578`](../../packages/core/tools/src/index.ts)
Source: [`packages/core/tools/src/index.ts:590`](../../packages/core/tools/src/index.ts)
## `ctx.userInteraction` — `UserInteractionService`