docs(tools): trim concurrency classifier contract

This commit is contained in:
Dudu-0223
2026-07-16 15:27:36 +08:00
parent 3bed1a644f
commit bbf66b3a5b
3 changed files with 11 additions and 23 deletions

View File

@@ -1086,7 +1086,7 @@ export interface Config {
export type ToolPresentationMode = 'native' | 'code' | 'both'
```
Source: [`packages/core/tools/src/index.ts:388`](../packages/core/tools/src/index.ts)
Source: [`packages/core/tools/src/index.ts:376`](../packages/core/tools/src/index.ts)
## `@deepseek-ai/dsh-user-approval`

View File

@@ -277,7 +277,7 @@ async execute(exec: ToolExecutionInput): Promise<ToolExecutionResult>
Types: [ToolDefinition](../core-data-structures/tools.md) · [ToolExecutionInput](../core-data-structures/tools.md) · [ToolExecutionMode](../core-data-structures/tools.md) · [ToolExecutionResult](../core-data-structures/tools.md)
Source: [`packages/core/tools/src/index.ts:444`](../../packages/core/tools/src/index.ts)
Source: [`packages/core/tools/src/index.ts:432`](../../packages/core/tools/src/index.ts)
## `ctx.userInteraction` — `UserInteractionService`