build_cloud_flow
Create a new CloudFlow automation from a natural-language description, tracking real-time build progress. Returns the new flow's ID, builder's answer, and executed steps.
Instructions
Use this when the user wants to build a brand-new CloudFlow automation from scratch using natural language. Streams real-time progress while the AI builds the flow, then returns the newly created flow's ID, the builder's answer, and the build steps that ran. Use refine_cloudflow to change an existing flow; use this only to create a new one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | Natural language description of the CloudFlow to build from scratch. | |
| conversationId | No | Optional conversation ID to continue an existing build session. |