| 5337 | interface InferenceUpstreamError extends Error { |
| 5338 | } |
| 5339 | interface AiInternalError extends Error { |
| 5340 | } |
| 5341 | type AiModelListType = Record<string, any>; |
| 5342 | declare abstract class Ai<AiModelList extends AiModelListType = AiModels> { |
| 5343 | aiGatewayLogId: string | null; |
nothing calls this directly
no outgoing calls
no test coverage detected