AIChatControl.MaxTokensProperty Field
OBSOLETE
This property has been removed to avoid conflicts and improve model compatibility. Set max tokens globally in IChatResponseProvider options or per-message in the MessageSending event handler.
Identifies the MaxTokens dependency property.
Namespace: DevExpress.AIIntegration.Wpf.Chat
Assembly: DevExpress.AIIntegration.Wpf.Chat.v26.1.dll
Declaration
[Obsolete("This property has been removed to avoid conflicts and improve model compatibility. Set max tokens globally in IChatResponseProvider options or per-message in the MessageSending event handler.", true)]
public static readonly DependencyProperty MaxTokensProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty | A dependency property identifier. |
See Also