EvalItem.ExpectedToolCalls 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 or sets the expected tool calls for tool-correctness evaluation.
public System.Collections.Generic.IReadOnlyList<Microsoft.Agents.AI.ExpectedToolCall>? ExpectedToolCalls { get; set; }
member this.ExpectedToolCalls : System.Collections.Generic.IReadOnlyList<Microsoft.Agents.AI.ExpectedToolCall> with get, set
Public Property ExpectedToolCalls As IReadOnlyList(Of ExpectedToolCall)
Property Value
Remarks
Each entry describes a tool call the agent should make. The evaluator decides matching semantics (ordering, extras, argument checking). See ExpectedToolCall.