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

Function OpenAIServerErrorResponse

coderd/x/chatd/chattest/errors.go:75–77  ·  view source on GitHub ↗

OpenAIServerErrorResponse returns a 500 internal server error.

()

Source from the content-addressed store, hash-verified

73
74// OpenAIServerErrorResponse returns a 500 internal server error.
75func OpenAIServerErrorResponse() OpenAIResponse {
76 return OpenAIErrorResponse(http.StatusInternalServerError, "server_error", "Internal server error")
77}

Callers

nothing calls this directly

Calls 1

OpenAIErrorResponseFunction · 0.85

Tested by

no test coverage detected