| 24 | } |
| 25 | |
| 26 | type AiModel struct { |
| 27 | Id string `json:"id"` |
| 28 | Name string `json:"name"` |
| 29 | Config string `json:"config"` |
| 30 | Provider string `json:"provider"` |
| 31 | Type string `json:"type"` |
| 32 | } |
| 33 | |
| 34 | type EditAPI struct { |
| 35 | Name *string `json:"name"` |
nothing calls this directly
no outgoing calls
no test coverage detected