isToolCall property
bool
get
isToolCall
Whether the step is a tool call.
Implementation
bool get isToolCall => type == RunStepType.toolCalls;
Whether the step is a tool call.
bool get isToolCall => type == RunStepType.toolCalls;