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

Struct Tool

common/openai_tools.go:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52type Tool struct {
53 Id string `json:"id,omitempty"`
54 Type string `json:"type"`
55 Function Function `json:"function"`
56}
57
58type ChatCompletionsStreamResponse struct {
59 Id string `json:"id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected