MCPcopy Index your code
hub / github.com/coder/coder / streamIncompleteMessage

Function streamIncompleteMessage

coderd/x/chatd/chaterror/classify.go:367–369  ·  view source on GitHub ↗
(provider string)

Source from the content-addressed store, hash-verified

365}
366
367func 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

Callers 1

Calls 1

providerSubjectFunction · 0.85

Tested by

no test coverage detected