Optional
datasetRunId?: stringResults from all evaluators that ran on this item.
Contains evaluation scores, comments, and metadata from each evaluator that successfully processed this item. Failed evaluators are excluded.
The original experiment or dataset item that was processed.
Contains the complete original item data including input, expected output, metadata, and any additional fields. Useful for accessing item-specific context or metadata in result analysis.
The actual output produced by the task.
This is the result returned by your task function for this specific input. It will be passed to evaluators for assessment against expected outputs.
Optional
traceId?: stringLangfuse trace ID for this item's execution (for debugging and analysis).
Use this ID to view detailed execution traces in the Langfuse UI, including timing, inputs, outputs, and any nested observations.
Dataset run ID if this item was part of a Langfuse dataset.
Present only when running experiments on Langfuse datasets. Links this item result to a specific dataset run for tracking and comparison.