isToolCall property

bool get isToolCall

Whether the step is a tool call.

Implementation

bool get isToolCall => type == RunStepType.toolCalls;