score property

String? score
getter/setter pair

Grounding score bucket setting. Possible string values are:

  • "GROUNDING_SCORE_BUCKET_UNSPECIFIED" : Score not specified.
  • "VERY_LOW" : We have very low confidence that the answer is grounded.
  • "LOW" : We have low confidence that the answer is grounded.
  • "MEDIUM" : We have medium confidence that the answer is grounded.
  • "HIGH" : We have high confidence that the answer is grounded.
  • "VERY_HIGH" : We have very high confidence that the answer is grounded.

Implementation

core.String? score;