TaskResponse

gage_inspect.task.run_task returns a TaskResponse, which is an interface to the underlying Inspect log detail for a single sample.

class TaskResponse:
    sample: EvalSample
    output: ModelOutput
    completion: str
    score: Score
    log: EvalLog

Docs under development — stay tuned!

Inspect classes:

Copyright 2025 Gage ML, Inc.