MCPcopy Create free account
hub / github.com/FloatTech/ZeroBot-Plugin-Playground / chatMessage

Struct chatMessage

plugin/chatgpt/chatgpt.go:52–55  ·  view source on GitHub ↗

chatMessage 消息

Source from the content-addressed store, hash-verified

50
51// chatMessage 消息
52type chatMessage struct {
53 Role string `json:"role"`
54 Content string `json:"content"`
55}
56
57type chatChoice struct {
58 Index int `json:"index"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected