ExpectedToolCall.Arguments 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.
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)