Learn how to update existing tasks in Chunkr AI
update()
method with a task ID when you have the ID stored:
get_task()
or create_task()
), you can update it directly:
update()
method waits for processing to complete:
update_task()
for an immediate response without waiting:
await
with the update methods: