Logo
Type aliases

EvalExecutionParams

EvalExecutionParams = object

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

Schema for the params for an eval execution.

Properties

llm_model?

optional llm_model: SupportedLlmModelNames

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

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:2673

The template to use for the question answering prompt.