tool_get_sample
Retrieve complete conversation history and evaluation data for specific samples from UK Government BEIS inspect_ai logs to analyze model interactions and performance.
Instructions
Get detailed sample data including full conversation history.
Returns the complete sample including input, target, all messages exchanged with the model, output, scores, and metadata.
Args: log_file: Path to log file (absolute or relative to log_dir) sample_id: Sample ID to retrieve epoch: Epoch number (default: 1) log_dir: Optional log directory for relative paths include_events: Include event transcript (default: False, can be verbose)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log_file | Yes | ||
| sample_id | Yes | ||
| epoch | No | ||
| log_dir | No | ||
| include_events | No |