chore: sync code runtime surface catalog

This commit is contained in:
Tianyi Cui
2026-07-14 03:19:33 +08:00
parent 4f40197e16
commit 5e9131e824
2 changed files with 2 additions and 2 deletions

View File

@@ -212,7 +212,7 @@ export interface Config {
} }
``` ```
Source: [`packages/code-runtime/code-runtime-worker/src/index.ts:30`](../packages/code-runtime/code-runtime-worker/src/index.ts) Source: [`packages/code-runtime/code-runtime-worker/src/index.ts:27`](../packages/code-runtime/code-runtime-worker/src/index.ts)
## `@deepseek-ai/dsh-compact-basic` ## `@deepseek-ai/dsh-compact-basic`

View File

@@ -22,7 +22,7 @@ export interface WorkerBootData {
} }
/** Worker → host: one bridged binding call. */ /** Worker → host: one bridged binding call. */
export interface CallMessage { interface CallMessage {
type: 'call' type: 'call'
/** Worker-issued correlation id; the host answers each id at most once and ignores duplicates. */ /** Worker-issued correlation id; the host answers each id at most once and ignores duplicates. */
id: number id: number