Class RetrievalMetadata
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class RetrievalMetadata
Properties
| Edit this page View SourceGoogleSearchDynamicRetrievalScore
Optional. Score indicating how likely information from google search could help answer the prompt. The score is in the range [0, 1], where 0 is the least likely and 1 is the most likely. This score is only populated when google search grounding and dynamic retrieval is enabled. It will be compared to the threshold to determine whether to trigger google search.
Declaration
[JsonProperty("googleSearchDynamicRetrievalScore")]
public double? GoogleSearchDynamicRetrievalScore { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |