interrupted property

bool interrupted
final

Optional. Flag indicating that LLM was interrupted when generating the content. Usually it's due to user interruption during a bidi streaming.

Implementation

final bool interrupted;