(ctx *gin.Context, id string, input *ai_dto.UpdateConfig)
| 19 | Enable(ctx *gin.Context, id string) error |
| 20 | Disable(ctx *gin.Context, id string) error |
| 21 | UpdateProviderConfig(ctx *gin.Context, id string, input *ai_dto.UpdateConfig) error |
| 22 | UpdateProviderDefaultLLM(ctx *gin.Context, id string, input *ai_dto.UpdateLLM) error |
| 23 | Delete(ctx *gin.Context, id string) error |
| 24 | //Sort(ctx *gin.Context, input *ai_dto.Sort) error |
no outgoing calls
no test coverage detected