toolCalls property

  1. @TagNumber.new(2)
PbList<ToolCall> get toolCalls

Tool calls the LLM made.

Implementation

@$pb.TagNumber(2)
$pb.PbList<ToolCall> get toolCalls => $_getList(1);