ToolCallDetails.ArgumentsObject 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 structured arguments supplied to the tool, when any. Takes precedence over Arguments for telemetry recording.
public System.Collections.Generic.IDictionary<string,object>? ArgumentsObject { get; }
member this.ArgumentsObject : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property ArgumentsObject As IDictionary(Of String, Object)