| 5449 | interface AiGatewayInternalError extends Error { |
| 5450 | } |
| 5451 | interface AiGatewayLogNotFound extends Error { |
| 5452 | } |
| 5453 | declare abstract class AiGateway { |
| 5454 | patchLog(logId: string, data: AiGatewayPatchLog): Promise<void>; |
| 5455 | getLog(logId: string): Promise<AiGatewayLog>; |
nothing calls this directly
no outgoing calls
no test coverage detected