MCPcopy Create free account
hub / github.com/LumaAI-API/Luma-API / Message

Struct Message

common/openai_tools.go:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27type Message struct {
28 Role string `json:"role"`
29 Content string `json:"content"`
30 Name *string `json:"name,omitempty"`
31}
32
33type Function struct {
34 Url string `json:"url,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected