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

Interface AIRequest

src/main/aiHandler.ts:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35export interface AIRequest {
36 requestId: string
37 llmConfig: LLMConfig
38 modelConfig: ModelConfig
39 messages: ChatMessage[]
40}
41
42export interface AIStreamChunk {
43 requestId: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected