diff --git a/pkg/skills/installer.go b/pkg/skills/installer.go index 556b8a4cf..2650e55d6 100644 --- a/pkg/skills/installer.go +++ b/pkg/skills/installer.go @@ -23,12 +23,6 @@ type AvailableSkill struct { Tags []string `json:"tags"` } -type BuiltinSkill struct { - Name string `json:"name"` - Path string `json:"path"` - Enabled bool `json:"enabled"` -} - const maxRetries = 3 func shouldRetry(statusCode int) bool {