Share via


FunctionCallContent.Arguments Property

Definition

The kernel arguments.

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
public Microsoft.SemanticKernel.KernelArguments? Arguments { get; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
member this.Arguments : Microsoft.SemanticKernel.KernelArguments
Public ReadOnly Property Arguments As KernelArguments

Property Value

Attributes

Applies to