Optional
expectedOutput?: ExpectedOutputOptional
input?: InputThe input data to pass to the task function.
Can be any type - string, object, array, etc. This data will be passed
to your task function as the input
parameter. Structure it according
to your task's requirements.
Optional
metadata?: MetadataOptional metadata to attach to the experiment item.
Store additional context, tags, or custom data related to this specific item. This metadata will be available in traces and can be used for filtering, analysis, or custom evaluator logic.
The expected output for evaluation purposes.
Optional ground truth or reference output for this input. Used by evaluators to assess task performance. If not provided, only evaluators that don't require expected output can be used.