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

Struct Function

common/openai_tools.go:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type Function struct {
34 Url string `json:"url,omitempty"`
35 Name string `json:"name"`
36 Description string `json:"description"`
37 Parameters Parameter `json:"parameters"`
38 Arguments string `json:"arguments,omitempty"`
39}
40type Parameter struct {
41 Type string `json:"type"`
42 Properties map[string]Property `json:"properties"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected