MCPcopy Create free account
hub / github.com/LumaAI-API/Luma-API / SendChatDone

Function SendChatDone

common/openai_tools.go:115–118  ·  view source on GitHub ↗
(w http.ResponseWriter)

Source from the content-addressed store, hash-verified

113}
114
115func SendChatDone(w http.ResponseWriter) {
116 _, _ = fmt.Fprintf(w, "data: [DONE]")
117 w.(http.Flusher).Flush()
118}
119
120func WrapperOpenAIError(err error, code string) *OpenAIError {
121 return &OpenAIError{

Callers 1

ChatCompletionsFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected