Namespace Syncfusion.Blazor.SmartComponents
Classes
AIServiceCredentials |
ChatParameters
Represents the parameters used for configuring AI chat requests. |
OpenAIConfiguration
Represents the configuration for interacting with OpenAI API. Implements the IInferenceBackend interface to provide chat responses from OpenAI. |
ServiceExtensionController
This class includes methods for setting up dependency injection, endpoint registration, and anti-forgery token validation. |
SfSmartPasteButton
The SfSmartPasteButton component utilizes AI technology to automatically fill form fields with content from the clipboard. Inherits all functionalities and properties from Syncfusion SfButton component. To use this feature, ensure:
|
SfSmartTextArea
The SfSmartTextArea component provides an intelligent text editing experience with features like auto-completion and context-aware suggestions. Inherits all functionalities and properties from Syncfusion SfTextArea component. |
SfSmartTextAreaConfig
This configuration is used to customize AI-based text insertion suggestions. |
Interfaces
IInferenceBackend
Defines an AI inference backend that processes chat requests and returns responses. |
ISmartComponentsBuilder
This interface supports dependency injection for AI inference, API credentials, and security settings. |