maxToolCalls property

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

Maximum tool calls in one conversation turn. Unset/0 = the annotated default applies.

Implementation

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

Implementation

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