toolCalling property

  1. @TagNumber.new(5)
ToolCallingOptions get toolCalling

Implementation

@$pb.TagNumber(5)
$0.ToolCallingOptions get toolCalling => $_getN(4);
  1. @TagNumber.new(5)
set toolCalling (ToolCallingOptions value)

Implementation

@$pb.TagNumber(5)
set toolCalling($0.ToolCallingOptions value) => $_setField(5, value);