MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / AiPromptVariable

Struct AiPromptVariable

module/ai-api/dto/input.go:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20type AiPromptVariable struct {
21 Key string `json:"key"`
22 Description string `json:"description"`
23 Require bool `json:"require"`
24}
25
26type AiModel struct {
27 Id string `json:"id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected