Explorar o código

chore: sync code runtime surface catalog

Tianyi Cui hai 2 meses
pai
achega
5e9131e824

+ 1 - 1
docs/config-catalog.md

@@ -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`
 

+ 1 - 1
packages/code-runtime/code-runtime-worker/src/protocol.ts

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