From d7833d30f64bb9d834707b43cb10af0e1b8ebc0e Mon Sep 17 00:00:00 2001
From: heisner-tillman <theisner@posteo.de>
Date: Thu, 30 May 2024 13:52:51 +0200
Subject: [PATCH] Regenerate the client schema

---
 client/src/api/schema/schema.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/client/src/api/schema/schema.ts b/client/src/api/schema/schema.ts
index 5e1e75f26a74..ff82b9661242 100644
--- a/client/src/api/schema/schema.ts
+++ b/client/src/api/schema/schema.ts
@@ -23139,7 +23139,7 @@ export interface operations {
             /** @description Successful Response */
             200: {
                 content: {
-                    "application/json": Record<string, never>;
+                    "application/json": components["schemas"]["ExecuteToolResponse"];
                 };
             };
             /** @description Validation Error */
@@ -23167,7 +23167,7 @@ export interface operations {
             /** @description Successful Response */
             200: {
                 content: {
-                    "application/json": components["schemas"]["ExecuteToolResponse"];
+                    "application/json": Record<string, never>;
                 };
             };
             /** @description Validation Error */