RoutingContext.ChatOptions 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 the options for the request.
public:
property Microsoft::Extensions::AI::ChatOptions ^ ChatOptions { Microsoft::Extensions::AI::ChatOptions ^ get(); };
public Microsoft.Extensions.AI.ChatOptions? ChatOptions { get; }
member this.ChatOptions : Microsoft.Extensions.AI.ChatOptions
Public ReadOnly Property ChatOptions As ChatOptions
Property Value
Remarks
This is a clone of the caller's options and is what the selected client receives. Modifying it shapes the request, including any later invocation of a different client for the same request. Options that belong to a particular route should be configured on the client instead.