MCPcopy Create free account
hub / github.com/SMNETSTUDIO/You2API / OpenAIResponse

Struct OpenAIResponse

api/main.go:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45type OpenAIResponse struct {
46 ID string `json:"id"`
47 Object string `json:"object"`
48 Created int64 `json:"created"`
49 Model string `json:"model"`
50 Choices []OpenAIChoice `json:"choices"`
51}
52
53type OpenAIChoice struct {
54 Message Message `json:"message"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected