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

Interface AIRequest

src/shared/ai.ts:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32export interface AIRequest {
33 requestId: string
34 llmConfig: LLMConfig
35 modelConfig?: ModelConfig
36 messages: ChatMessage[]
37}
38
39export interface AIStreamChunk {
40 requestId: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected