| 71 | * The API returned an empty response (no content, no tool calls). |
| 72 | */ |
| 73 | export class APIEmptyResponseError extends ChatProviderError { |
| 74 | readonly finishReason: FinishReason | null; |
| 75 | readonly rawFinishReason: string | null; |
| 76 |
nothing calls this directly
no outgoing calls
no test coverage detected