Skip to content

Commit 91ee3cf

Browse files
committed
Regenerate client schema for new WORKFLOW_IMPORT action
ActionType gained a workflow_import variant for the IWC workflow recommendation suggestion; refresh client/src/api/schema/schema.ts so the OpenAPI validation CI job stays green.
1 parent bbf96c4 commit 91ee3cf

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

client/src/api/schema/schema.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7236,7 +7236,13 @@ export interface components {
72367236
* @description Types of actions agents can suggest.
72377237
* @enum {string}
72387238
*/
7239-
ActionType: "tool_run" | "save_tool" | "contact_support" | "view_external" | "documentation";
7239+
ActionType:
7240+
| "tool_run"
7241+
| "save_tool"
7242+
| "contact_support"
7243+
| "view_external"
7244+
| "documentation"
7245+
| "workflow_import";
72407246
/** AddInputAction */
72417247
AddInputAction: {
72427248
/**

0 commit comments

Comments
 (0)