| 13 | } |
| 14 | |
| 15 | type AiPrompt struct { |
| 16 | Variables []*AiPromptVariable `json:"variables"` |
| 17 | Prompt string `json:"prompt"` |
| 18 | } |
| 19 | |
| 20 | type AiPromptVariable struct { |
| 21 | Key string `json:"key"` |
nothing calls this directly
no outgoing calls
no test coverage detected