MCPcopy Index your code
hub / github.com/MatterAIOrg/OrbCode / LLMClient

Interface LLMClient

src/api/llmClient.ts:13–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 * boundary.
12 */
13export interface LLMClient {
14 createMessage(
15 systemPrompt: string,
16 messages: OpenAI.Chat.ChatCompletionMessageParam[],
17 tools: OpenAI.Chat.ChatCompletionTool[],
18 abortSignal?: AbortSignal,
19 ): AsyncGenerator<ApiStreamChunk>
20}
21
22/**
23 * Non-standard field stashed on a persisted assistant message holding opaque

Callers 2

compactMethod · 0.65
runStepMethod · 0.65

Implementers 2

AxonClientsrc/api/client.ts
AiSdkClientsrc/api/aiSdkClient.ts

Calls

no outgoing calls

Tested by

no test coverage detected