MESSAGE_ROLE_TOOL constant
MessageRole
const MESSAGE_ROLE_TOOL
Tool-result messages injected back into the conversation after a tool call has been executed. Required for OpenAI-style tool flows.
Implementation
static const MessageRole MESSAGE_ROLE_TOOL =
MessageRole._(4, _omitEnumNames ? '' : 'MESSAGE_ROLE_TOOL');