Class RetrievalStrategy (2.0.0)

RetrievalStrategy(value)

Retrieval strategy on how the example is selected to be fed to the prompt.

Enums

Name Description
RETRIEVAL_STRATEGY_UNSPECIFIED Not specified. `DEFAULT` will be used.
DEFAULT Default retrieval strategy.
STATIC Static example will always be inserted to the prompt.
NEVER Example will never be inserted into the prompt.