Optional
expectedThe original input data passed to the task.
This is the same input that was provided to the task function. Use this for context-aware evaluations or input-output relationship analysis.
Optional
metadataOptional metadata about the evaluation context.
Contains additional information from the experiment item or dataset item that may be useful for evaluation logic, such as tags, categories, or other contextual data.
The output produced by the task.
This is the actual result returned by your task function. This is the primary value to evaluate against expectations.
The expected output for comparison (optional).
This is the ground truth or expected result for the given input. May not be available for all evaluation scenarios.