FunctionInvocationContext.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.
Gets or sets the arguments associated with this invocation.
public:
 property Microsoft::Extensions::AI::AIFunctionArguments ^ Arguments { Microsoft::Extensions::AI::AIFunctionArguments ^ get(); void set(Microsoft::Extensions::AI::AIFunctionArguments ^ value); };
	public Microsoft.Extensions.AI.AIFunctionArguments Arguments { get; set; }
	member this.Arguments : Microsoft.Extensions.AI.AIFunctionArguments with get, set
	Public Property Arguments As AIFunctionArguments