Depending on how you are running your evaluations, use the following methods to inspect model outputs:
Using the CLI
If you used prime eval run, results are saved automatically. Use the interactive TUI to browse them:
prime eval view
TUI Controls:
Enter: Open rollout detailsb: Go backtab: Cycle panese / x: Expand or collapse historypageup / pagedown: Scroll historyc: Copy Mode
Using the Python API
If using env.generate() or env.evaluate(), use the vf.print_prompt_completions_sample utility to inspect a sample of outputs.
vf.print_prompt_completions_sample(outputs, n=3)