values constant

List<ChatStreamEventKind> const values

Implementation

static const $core.List<ChatStreamEventKind> values = <ChatStreamEventKind>[
  CHAT_STREAM_EVENT_KIND_UNSPECIFIED,
  CHAT_STREAM_EVENT_KIND_MESSAGE_STARTED,
  CHAT_STREAM_EVENT_KIND_TOKEN,
  CHAT_STREAM_EVENT_KIND_TOOL_CALL,
  CHAT_STREAM_EVENT_KIND_TOOL_RESULT,
  CHAT_STREAM_EVENT_KIND_MESSAGE_COMPLETED,
  CHAT_STREAM_EVENT_KIND_ERROR,
];