MCPcopy Create free account
hub / github.com/fontsource/fontsource / AiInternalError

Interface AiInternalError

website/worker-configuration.d.ts:5339–5340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5337interface InferenceUpstreamError extends Error {
5338}
5339interface AiInternalError extends Error {
5340}
5341type AiModelListType = Record<string, any>;
5342declare abstract class Ai<AiModelList extends AiModelListType = AiModels> {
5343 aiGatewayLogId: string | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected