(provider string)
| 365 | } |
| 366 | |
| 367 | func streamIncompleteMessage(provider string) string { |
| 368 | return providerSubject(provider) + " stream closed unexpectedly before the response completed." |
| 369 | } |
| 370 | |
| 371 | // chainBrokenClassification recognizes the OpenAI error |
| 372 | // "Previous response with id ... not found" returned when a |
no test coverage detected