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

Struct Choice

api/main.go:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type Choice struct {
25 Delta Delta `json:"delta"`
26 Index int `json:"index"`
27 FinishReason string `json:"finish_reason"`
28}
29
30type Delta struct {
31 Content string `json:"content"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected