hasToolCalls property
bool
get
hasToolCalls
Whether this message contains any tool calls.
Implementation
bool get hasToolCalls => toolCalls.isNotEmpty;
Whether this message contains any tool calls.
bool get hasToolCalls => toolCalls.isNotEmpty;