interrupted property

bool? interrupted
getter/setter pair

Flag indicating that LLM was interrupted when generating the content.

Usually it's due to user interruption during a bidi streaming.

Optional.

Implementation

core.bool? interrupted;