Share via


OpenAIAssistantAgent.Arguments Property

Definition

Optional arguments for the agent.

public Microsoft.SemanticKernel.KernelArguments? Arguments { get; init; }
member this.Arguments : Microsoft.SemanticKernel.KernelArguments with get, set
Public Property Arguments As KernelArguments

Property Value

Remarks

This property is not currently used by the agent, but is provided for future extensibility.

Applies to