diff --git a/client/src/api/schema/schema.ts b/client/src/api/schema/schema.ts index 9289553b1caf..aeacb3222130 100644 --- a/client/src/api/schema/schema.ts +++ b/client/src/api/schema/schema.ts @@ -19784,7 +19784,7 @@ export interface operations { /** @description Successful Response */ 200: { content: { - "application/json": components["schemas"]["ToolResponse"]; + "application/json": Record; }; }; /** @description Validation Error */ @@ -21915,7 +21915,7 @@ export interface operations { /** @description Successful Response */ 200: { content: { - "application/json": Record; + "application/json": components["schemas"]["ToolResponse"]; }; }; /** @description Validation Error */