maxToolCalls property
Maximum tool calls in one conversation turn. Unset/0 = the annotated default applies.
Implementation
@$pb.TagNumber(12)
$core.int get maxToolCalls => $_getIZ(6);
Implementation
@$pb.TagNumber(12)
set maxToolCalls($core.int value) => $_setSignedInt32(6, value);