iterationsUsed property
Number of LLM generation turns used, including the final synthesis turn.
Implementation
@$pb.TagNumber(6)
$core.int get iterationsUsed => $_getIZ(5);
Implementation
@$pb.TagNumber(6)
set iterationsUsed($core.int value) => $_setSignedInt32(5, value);