Logo
Type aliases

EvalExecutionParamsOverride

EvalExecutionParamsOverride = object

Defined in: packages/cloud/src/client/types.gen.ts:2036

Schema for the params override for an eval execution.

Properties

llm_model?

optional llm_model: SupportedLLMModelNames | null

Defined in: packages/cloud/src/client/types.gen.ts:2040

The LLM model to use within eval execution.


qa_prompt_tmpl?

optional qa_prompt_tmpl: string | null

Defined in: packages/cloud/src/client/types.gen.ts:2044

The template to use for the question answering prompt.

On this page