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 */