| 3719 | interface InferenceUpstreamError extends Error { |
| 3720 | } |
| 3721 | interface AiInternalError extends Error { |
| 3722 | } |
| 3723 | type AiModelListType = Record<string, any>; |
| 3724 | declare abstract class Ai<AiModelList extends AiModelListType = AiModels> { |
| 3725 | aiGatewayLogId: string | null; |
nothing calls this directly
no outgoing calls
no test coverage detected