MCPcopy Create free account
hub / github.com/IAmUnbounded/devctx / AIResponse

Interface AIResponse

devctx/src/core/ai.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8interface AIResponse {
9 content: string;
10 error?: string;
11}
12
13/**
14 * Call an OpenAI-compatible chat completions API.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected