AgentEvaluationResults.InputItems Property

Definition

Gets the original eval items that produced these results, for auditing. Each entry corresponds positionally to Items β€” InputItems[i] is the query/response that produced Items[i].

public System.Collections.Generic.IReadOnlyList<Microsoft.Agents.AI.EvalItem>? InputItems { get; }
member this.InputItems : System.Collections.Generic.IReadOnlyList<Microsoft.Agents.AI.EvalItem>
Public ReadOnly Property InputItems As IReadOnlyList(Of EvalItem)

Property Value

Applies to