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

Interface AIStreamCallbacks

src/shared/ai.ts:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47export interface AIStreamCallbacks {
48 onChunk: (chunk: string) => void
49 onReasoning?: (reasoning: string) => void
50 onComplete?: (fullResponse: string, reasoning?: string) => void
51 onError?: (error: string) => void
52}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected