iterationsUsed property

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

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

Implementation

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

Implementation

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