AIIntegration.CreateCustomPromptExtension(IAIExtensionsContainer, String) Method
Creates a new instance of the CustomPromptExtension
class.
Namespace: DevExpress.AIIntegration
Assembly: DevExpress.AIIntegration.v24.2.dll
NuGet Package: DevExpress.AIIntegration
#Declaration
public static IAIExtension<CustomPromptRequest, TextResponse> CreateCustomPromptExtension(
this IAIExtensionsContainer container,
string name = null
)
#Parameters
Name | Type | Description |
---|---|---|
container | IAIExtensions |
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. |
A new instance of the |