Skip to main content

Type Alias: EvaluationInput

EvaluationInput = string | Readonly<JSONObject> | readonly JSONValue[]

Defined in: packages/workflow-engine/src/ai/types.ts:169

Shared state, instructions, or a criterion description for an evaluation: plain text, a JSON object, or a JSON array.