FunctionInvocationContext.Options 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 chat options associated with the operation that initiated this function call request.
public:
property Microsoft::Extensions::AI::ChatOptions ^ Options { Microsoft::Extensions::AI::ChatOptions ^ get(); void set(Microsoft::Extensions::AI::ChatOptions ^ value); };
public Microsoft.Extensions.AI.ChatOptions? Options { get; set; }
member this.Options : Microsoft.Extensions.AI.ChatOptions with get, set
Public Property Options As ChatOptions