From 3afc2fd0ebb5b2cca97f1f57eff6c1bba6b18733 Mon Sep 17 00:00:00 2001 From: heisner-tillman Date: Thu, 7 Mar 2024 19:31:18 +0100 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 f404d3efb3a4..029a02e281bc 100644 --- a/client/src/api/schema/schema.ts +++ b/client/src/api/schema/schema.ts @@ -19936,7 +19936,7 @@ export interface operations { /** @description Successful Response */ 200: { content: { - "application/json": components["schemas"]["ToolResponse"]; + "application/json": Record; }; }; /** @description Validation Error */ @@ -22067,7 +22067,7 @@ export interface operations { /** @description Successful Response */ 200: { content: { - "application/json": Record; + "application/json": components["schemas"]["ToolResponse"]; }; }; /** @description Validation Error */