values constant
Implementation
static const $core.List<ToolChoiceMode> values = <ToolChoiceMode>[
TOOL_CHOICE_MODE_UNSPECIFIED,
TOOL_CHOICE_MODE_AUTO,
TOOL_CHOICE_MODE_NONE,
TOOL_CHOICE_MODE_REQUIRED,
TOOL_CHOICE_MODE_SPECIFIC,
];
static const $core.List<ToolChoiceMode> values = <ToolChoiceMode>[
TOOL_CHOICE_MODE_UNSPECIFIED,
TOOL_CHOICE_MODE_AUTO,
TOOL_CHOICE_MODE_NONE,
TOOL_CHOICE_MODE_REQUIRED,
TOOL_CHOICE_MODE_SPECIFIC,
];