Share via


McpServerToolCallContent.Arguments Property

Definition

Gets or sets the arguments used for the tool call.

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

Property Value

Applies to