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

Struct Message

api/main.go:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40type Message struct {
41 Role string `json:"role"`
42 Content string `json:"content"`
43}
44
45type OpenAIResponse struct {
46 ID string `json:"id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected