View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1CheckGroundingSpec (google_api_discovery_engine v0.22.0)
Specification for the grounding check.
Attributes
-
citationThreshold
(type:float()
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1CheckGroundingSpec{ citationThreshold: float() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.