ExpectedToolCall.Arguments Property

Definition

Expected arguments. null means "don't check arguments". When provided, evaluators typically do subset matching (all expected keys must be present).

public System.Collections.Generic.IReadOnlyDictionary<string,object>? Arguments { get; init; }
member this.Arguments : System.Collections.Generic.IReadOnlyDictionary<string, obj> with get, set
Public Property Arguments As IReadOnlyDictionary(Of String, Object)

Property Value

Applies to