MCPcopy Create free account
hub / github.com/experdot/pointer / AIStreamChunk

Interface AIStreamChunk

src/preload/index.d.ts:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27export interface AIStreamChunk {
28 requestId: string
29 type: 'chunk' | 'complete' | 'error' | 'reasoning_content'
30 content?: string
31 reasoning_content?: string
32 error?: string
33}
34
35export interface AIStreamCallbacks {
36 onChunk: (chunk: string) => void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected