AIChatControl.FrequencyPenaltyProperty Field
OBSOLETE
This property has been removed to avoid conflicts and improve model compatibility. Set the frequency penalty globally in IChatResponseProvider options or per-message in the MessageSending event handler.
Identifies the FrequencyPenalty 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 the frequency penalty globally in IChatResponseProvider options or per-message in the MessageSending event handler.", true)]
public static readonly DependencyProperty FrequencyPenaltyProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty | A dependency property identifier. |
See Also