DxAIChat Members
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Css |
Assigns a CSS class to the Dx component.
|
Empty |
Specifies the template used to display the message area if there are no message bubbles. |
Frequency |
Specifies how the model penalizes new tokens based on their frequency in the text. |
Max |
Limits the maximum number of tokens to generate in a single call to a GPT model. |
Message |
Specifies a template used to display message bubble content. |
Message |
Specifies the template used to display chat messages. |
Response |
Specifies the format of response content. |
Size |
Specifies the size of the component and its content. |
Temperature | Specifies the response text randomness. |
Use |
Specifies whether a response should be sent as a stream. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Load |
Loads messages to the chat history. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Save |
Saves messages from the chat history. |
Send |
Sends a message to the chat. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Initialized | Fires after the component is initialized. |
Message |
Fires after a user sends a message to the chat and allows you to manually process the message. |