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

Struct OpenAIStreamResponse

api/main.go:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16type OpenAIStreamResponse struct {
17 ID string `json:"id"`
18 Object string `json:"object"`
19 Created int64 `json:"created"`
20 Model string `json:"model"`
21 Choices []Choice `json:"choices"`
22}
23
24type Choice struct {
25 Delta Delta `json:"delta"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected