values constant

List<MessageRole> const values

Implementation

static const $core.List<MessageRole> values = <MessageRole>[
  MESSAGE_ROLE_UNSPECIFIED,
  MESSAGE_ROLE_USER,
  MESSAGE_ROLE_ASSISTANT,
  MESSAGE_ROLE_SYSTEM,
  MESSAGE_ROLE_TOOL,
  MESSAGE_ROLE_DEVELOPER,
];