Logo
Type aliases

EvalExecutionParams

EvalExecutionParams = object

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

Schema for the params for an eval execution.

Properties

llm_model?

optional llm_model: SupportedLLMModelNames

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

The LLM model to use within eval execution.


qa_prompt_tmpl?

optional qa_prompt_tmpl: string

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

The template to use for the question answering prompt.

On this page