diff --git a/autogpt_platform/frontend/src/app/api/openapi.json b/autogpt_platform/frontend/src/app/api/openapi.json index fc4e737651..3c7c488588 100644 --- a/autogpt_platform/frontend/src/app/api/openapi.json +++ b/autogpt_platform/frontend/src/app/api/openapi.json @@ -820,21 +820,7 @@ "in": "query", "required": false, "schema": { - "anyOf": [ - { - "type": "array", - "items": { - "enum": [ - "blocks", - "integrations", - "marketplace_agents", - "my_agents" - ], - "type": "string" - } - }, - { "type": "null" } - ], + "anyOf": [{ "type": "string" }, { "type": "null" }], "title": "Filter" } }, @@ -10165,11 +10151,6 @@ }, "SuggestionsResponse": { "properties": { - "otto_suggestions": { - "items": { "type": "string" }, - "type": "array", - "title": "Otto Suggestions" - }, "recent_searches": { "items": { "$ref": "#/components/schemas/SearchEntry" }, "type": "array", @@ -10190,12 +10171,7 @@ } }, "type": "object", - "required": [ - "otto_suggestions", - "recent_searches", - "providers", - "top_blocks" - ], + "required": ["recent_searches", "providers", "top_blocks"], "title": "SuggestionsResponse" }, "TimezoneResponse": {