iterationsUsed property

  1. @TagNumber.new(6)
int get iterationsUsed

Number of LLM generation turns used, including the final synthesis turn.

Implementation

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

Implementation

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