Skip to main content
All docs
V24.2

AIAssistantOptions(String, Stream) Constructor

Initializes a new instance of the AIAssistantOptions class with specified settings.

Namespace: DevExpress.AIIntegration.Services.Assistant

Assembly: DevExpress.AIIntegration.v24.2.dll

Declaration

public AIAssistantOptions(
    string fileName,
    Stream data
)

Parameters

Name Type
fileName String
data Stream
See Also