AIReportingIntegration.CreatePromptToExpressionExtension(IAIExtensionsContainer, String) Method
Creates a new instance of the PromptToExpressionExtension
class.
Namespace: DevExpress.AIIntegration
Assembly: DevExpress.AIIntegration.Reporting.Common.v25.1.dll
NuGet Package: DevExpress.AIIntegration.Reporting.Common
Declaration
public static IAIExtension<PromptToExpressionRequest, TextResponse> CreatePromptToExpressionExtension(
this IAIExtensionsContainer container,
string name = null
)
Parameters
Name | Type | Description |
---|---|---|
container | IAIExtensionsContainer | A container that manages registered AI clients. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
name | String | null | The name of the extension. |
Returns
Type | Description |
---|---|
DevExpress.AIIntegration.IAIExtension<PromptToExpressionRequest, TextResponse> | A new instance of the |
See Also