public interface CheckGroundingSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getCitationThreshold()
The threshold (in [0,1]) used for determining whether a fact must be
cited for a claim in the answer candidate.
|
boolean |
hasCitationThreshold()
The threshold (in [0,1]) used for determining whether a fact must be
cited for a claim in the answer candidate.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCitationThreshold()
The threshold (in [0,1]) used for determining whether a fact must be cited for a claim in the answer candidate. Choosing a higher threshold will lead to fewer but very strong citations, while choosing a lower threshold may lead to more but somewhat weaker citations. If unset, the threshold will default to 0.6.
optional double citation_threshold = 1;double getCitationThreshold()
The threshold (in [0,1]) used for determining whether a fact must be cited for a claim in the answer candidate. Choosing a higher threshold will lead to fewer but very strong citations, while choosing a lower threshold may lead to more but somewhat weaker citations. If unset, the threshold will default to 0.6.
optional double citation_threshold = 1;Copyright © 2024 Google LLC. All rights reserved.