From cb45e7957b2d2dbdeb04febe13563349086288bd Mon Sep 17 00:00:00 2001 From: Zamil Majdy Date: Thu, 12 Feb 2026 23:39:47 +0400 Subject: [PATCH] feat: fix openapi.json --- autogpt_platform/frontend/src/app/api/openapi.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autogpt_platform/frontend/src/app/api/openapi.json b/autogpt_platform/frontend/src/app/api/openapi.json index 7a1978617d..bf4e4d540b 100644 --- a/autogpt_platform/frontend/src/app/api/openapi.json +++ b/autogpt_platform/frontend/src/app/api/openapi.json @@ -10492,7 +10492,8 @@ "operation_in_progress", "input_validation_error", "web_fetch", - "bash_exec" + "bash_exec", + "operation_status" ], "title": "ResponseType", "description": "Types of tool responses."