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

Interface AIStreamCallbacks

src/preload/index.d.ts:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35export interface AIStreamCallbacks {
36 onChunk: (chunk: string) => void
37 onReasoning?: (reasoning: string) => void
38 onComplete?: (fullResponse: string, reasoning?: string) => void
39 onError?: (error: string) => void
40}
41
42export interface TestConnectionResult {
43 success: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected