Skip to content

AuraTurnTimeoutError

A turn did not finish within the wait timeout.

The turn keeps running server-side; it is not cancelled by the timeout. Pass conversation_id to AuraClient.cancel to stop it, or keep polling.

Property Type Description
conversation_id str The conversation whose turn is still running.
timeout float The wait, in seconds, that elapsed.