RoutingContext.ChatOptions Property

Definition

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.

Applies to