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

Interface AIStreamChunk

src/main/aiHandler.ts:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42export interface AIStreamChunk {
43 requestId: string
44 type: 'chunk' | 'complete' | 'error' | 'reasoning_content'
45 content?: string
46 reasoning_content?: string
47 error?: string
48}
49
50class AIHandler {
51 // 使用 Map 管理多个并行请求的 AbortController

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected