OfflineTestResult
The outcome of an offline test run, returned by `client.offlineTests.run()`.
Properties
PropType
testRunId?string
The test run id.
Type
stringstatus?string
Final run status.
Type
stringuiResultsUrl?string | undefined
Link to the results page in the dashboard.
Type
string | undefinedresults?OfflineExampleResult[]
One entry per dataset example, with per-judge scorer rows.
Type
OfflineExampleResult[]agentOfflineTraceIds?Record<string, string>
Mapping of example id to the agent's offline trace (agent testing only).
Type
Record<string, string>passed?boolean | null
Whether every row passed its pass condition; null when none was evaluated.
Type
boolean | null