Skip to content

AuraTurnCancelledError

An agent turn was cancelled before it finished.

AuraTurnCancelledError(partial_content: str, conversation_id: str)
Property Type Default Description
partial_content str Whatever the agent had produced before it stopped. Empty when it was cancelled before writing anything.
conversation_id str The conversation the cancelled turn belonged to.