From 56248ae7b728acd3f2950dc2b7f3e8847f868c8d Mon Sep 17 00:00:00 2001 From: Nicholas Tindle Date: Tue, 27 Jan 2026 23:02:37 -0600 Subject: [PATCH] chore(backend): remove unused WORKSPACE_FILE_INFO enum value Co-Authored-By: Claude Opus 4.5 --- .../backend/backend/api/features/chat/tools/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/autogpt_platform/backend/backend/api/features/chat/tools/models.py b/autogpt_platform/backend/backend/api/features/chat/tools/models.py index 0ecea694d2..49b233784e 100644 --- a/autogpt_platform/backend/backend/api/features/chat/tools/models.py +++ b/autogpt_platform/backend/backend/api/features/chat/tools/models.py @@ -34,7 +34,6 @@ class ResponseType(str, Enum): WORKSPACE_FILE_METADATA = "workspace_file_metadata" WORKSPACE_FILE_WRITTEN = "workspace_file_written" WORKSPACE_FILE_DELETED = "workspace_file_deleted" - WORKSPACE_FILE_INFO = "workspace_file_info" # Long-running operation types OPERATION_STARTED = "operation_started" OPERATION_PENDING = "operation_pending"