MCPcopy Create free account
hub / github.com/idosal/git-mcp / AiInternalError

Interface AiInternalError

worker-configuration.d.ts:3721–3722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3719interface InferenceUpstreamError extends Error {
3720}
3721interface AiInternalError extends Error {
3722}
3723type AiModelListType = Record<string, any>;
3724declare abstract class Ai<AiModelList extends AiModelListType = AiModels> {
3725 aiGatewayLogId: string | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected