DynamicRetrievalMode Enumeration
The mode of the predictor to be used in dynamic retrieval.
Namespace: GenerativeAI.TypesAssembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
public enum DynamicRetrievalMode
DYNAMIC_RETRIEVAL_MODE_UNSPECIFIED | 0 |
Always trigger retrieval.
|
MODE_DYNAMIC | 1 |
Run retrieval only when the system decides it is necessary.
|