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

Struct Property

common/openai_tools.go:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46type Property struct {
47 Type string `json:"type"`
48 Description string `json:"description"`
49 Enum []string `json:"enum,omitempty"`
50}
51
52type Tool struct {
53 Id string `json:"id,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected