art.canvas.batch_draw
Execute multiple drawing operations in a single call to update a canvas efficiently while preserving command order.
Instructions
Execute multiple draw commands in a single call for efficiency. Each command references a canvas tool name and its params.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commands | Yes | Array of draw commands to execute sequentially | |
| session_id | Yes | Canvas session ID |