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