Type Alias: EvaluationInput
EvaluationInput =
string|Readonly<JSONObject> | readonlyJSONValue[]
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.