PromptToExpressionRequestBase.ConversationMessages Property
Gets or sets the conversation history between the user and the AI service.
Namespace: DevExpress.AIIntegration.Extensions
Assembly: DevExpress.AIIntegration.v25.2.dll
NuGet Package: DevExpress.AIIntegration
Declaration
Property Value
| Type | Description |
|---|---|
| IList<DevExpress.AIIntegration.Extensions.ExpressionConversationMessage> | The conversation history. |
See Also