GoldenRunMethod

The method used to run the evaluation.

Enums
GOLDEN_RUN_METHOD_UNSPECIFIED Run method is not specified.
STABLE Run the evaluation as stable replay, where each turn is a unique session with the previous expected turns injected as context.
NAIVE Run the evaluation as naive replay, where the run is a single session with no context injected.