Skip to content

Commit

Permalink
Regenerate the client schema
Browse files Browse the repository at this point in the history
  • Loading branch information
heisner-tillman committed Jun 17, 2024
1 parent 34fe594 commit d7833d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/api/schema/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit d7833d3

Please sign in to comment.