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.
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
conversation_id |
str |
The conversation whose turn is still running. |
timeout |
float |
The wait, in seconds, that elapsed. |