SmartAutoCompleteBehaviorProperties.UserRole Property
Gets or sets a role that helps the AI model process and generate responses appropriately.
Namespace: DevExpress.AIIntegration.WinForms
Assembly: DevExpress.AIIntegration.WinForms.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | The role (for example, assistant, client, employee, etc.). |
Remarks
The UserRole
property specifies the way the AI model generates outputs.
See Also