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