maxToolCalls property

  1. @TagNumber.new(12)
int get maxToolCalls

Maximum tool calls in one conversation turn. Unset/0 = SDK default (typically 5).

Implementation

@$pb.TagNumber(12)
$core.int get maxToolCalls => $_getIZ(8);
  1. @TagNumber.new(12)
set maxToolCalls (int value)

Implementation

@$pb.TagNumber(12)
set maxToolCalls($core.int value) => $_setSignedInt32(8, value);