Skip to main content

EvalCase

@forge/monorepo


@forge/monorepo / backend/src / EvalCase

Type Alias: EvalCase

EvalCase = object

Defined in: backend/src/evaluation/graders.ts:23

The dataset's shape, restated here so backend does not import from the evals workspace.

Properties

dimension

readonly dimension: string

Defined in: backend/src/evaluation/graders.ts:25


expect

readonly expect: object

Defined in: backend/src/evaluation/graders.ts:28

kind

readonly kind: string

reason?

readonly optional reason?: string

schema?

readonly optional schema?: string

tool?

readonly optional tool?: string

value?

readonly optional value?: readonly string[]


id

readonly id: string

Defined in: backend/src/evaluation/graders.ts:24


input

readonly input: object

Defined in: backend/src/evaluation/graders.ts:27

message

readonly message: string


tags?

readonly optional tags?: readonly string[]

Defined in: backend/src/evaluation/graders.ts:35


title

readonly title: string

Defined in: backend/src/evaluation/graders.ts:26