AgentEvaluationResults.InputItems 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 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)