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 Mar 27, 2024
1 parent 0abfb54 commit b644a37
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 @@ -19784,7 +19784,7 @@ export interface operations {
/** @description Successful Response */
200: {
content: {
"application/json": components["schemas"]["ToolResponse"];
"application/json": Record<string, never>;
};
};
/** @description Validation Error */
Expand Down Expand Up @@ -21915,7 +21915,7 @@ export interface operations {
/** @description Successful Response */
200: {
content: {
"application/json": Record<string, never>;
"application/json": components["schemas"]["ToolResponse"];
};
};
/** @description Validation Error */
Expand Down

0 comments on commit b644a37

Please sign in to comment.