Skip to content

Documentation / @agentick/apple / BridgeChunk

Type Alias: BridgeChunk ​

BridgeChunk = { delta: string; type: "text"; } | { stopReason: string; type: "message_end"; usage: BridgeUsage; } | { error: string; type: "error"; }

Defined in: types.ts:84

Streaming chunks from the bridge (stdout NDJSON lines)

Released under the ISC License.