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

Struct ChatCompletionsStreamResponse

common/openai_tools.go:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58type ChatCompletionsStreamResponse struct {
59 Id string `json:"id"`
60 Object string `json:"object"`
61 Created interface{} `json:"created"`
62 Model string `json:"model"`
63 Choices []ChatCompletionsStreamResponseChoice `json:"choices"`
64}
65
66type ChatCompletionsStreamResponseChoice struct {
67 Index int `json:"index"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected