Refine a project with a new instruction
refine_projectSend a refinement message to an existing project to request changes. Triggers a follow-up build unless the edit is code-only. Optionally wait for the build to complete.
Instructions
Send a refinement message to an existing project. Triggers a follow-up build unless the backend decides it's a code-only edit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Project id or subdomain | |
| message | Yes | What to change | |
| wait | No | If true, block until the follow-up build reaches live/failed/cancelled. |