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