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

Struct AiPrompt

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

Source from the content-addressed store, hash-verified

13}
14
15type AiPrompt struct {
16 Variables []*AiPromptVariable `json:"variables"`
17 Prompt string `json:"prompt"`
18}
19
20type AiPromptVariable struct {
21 Key string `json:"key"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected