EvalItem.ExpectedToolCalls Property

Definition

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.

Applies to