SessionMetadataShape¶
Structure Class¶
SessionMetadataShape
dataclass
¶
Metadata for a specific session in a batch evaluation, including ground truth data and test scenario identifiers.
Attributes¶
ground_truth
class-attribute
instance-attribute
¶
ground_truth: GroundTruthSource | None = None
The ground truth data for this session, including expected responses and assertions.
metadata
class-attribute
instance-attribute
¶
Additional key-value metadata associated with this session.