| 18 | } |
| 19 | |
| 20 | type AiPromptVariable struct { |
| 21 | Key string `json:"key"` |
| 22 | Description string `json:"description"` |
| 23 | Require bool `json:"require"` |
| 24 | } |
| 25 | |
| 26 | type AiModel struct { |
| 27 | Id string `json:"id"` |
nothing calls this directly
no outgoing calls
no test coverage detected