Skip to main content
All docs
V24.2

TextResponse(ChatCompletion) Constructor

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

Namespace: DevExpress.AIIntegration.Extensions

Assembly: DevExpress.AIIntegration.v24.2.dll

NuGet Package: DevExpress.AIIntegration

Declaration

public TextResponse(
    ChatCompletion chatCompletion
)

Parameters

Name Type
chatCompletion Microsoft.Extensions.AI.ChatCompletion
See Also