AgentEvaluationResults.DetailedItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets detailed per-item results from the Foundry output_items API, including individual evaluator scores, error info, and token usage.
public System.Collections.Generic.IReadOnlyList<Microsoft.Agents.AI.EvalItemResult>? DetailedItems { get; set; }
member this.DetailedItems : System.Collections.Generic.IReadOnlyList<Microsoft.Agents.AI.EvalItemResult> with get, set
Public Property DetailedItems As IReadOnlyList(Of EvalItemResult)