gen_tripo_wait_for_task
Wait for a Tripo generation task to reach its final state by polling until completion or timeout.
Instructions
Poll a Tripo task until it reaches a finalized status or timeout.
KB: see knowledge_base/31_GENERATIVE_CONTENT_PIPELINE.md#tripo-task-family Example: gen_tripo_wait_for_task(task_id="model-task-id", timeout_s=900, poll_s=10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| poll_s | No | ||
| task_id | Yes | ||
| timeout_s | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |