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

Struct Parameter

common/openai_tools.go:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 Arguments string `json:"arguments,omitempty"`
39}
40type Parameter struct {
41 Type string `json:"type"`
42 Properties map[string]Property `json:"properties"`
43 Required []string `json:"required"`
44}
45
46type Property struct {
47 Type string `json:"type"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected