Helpers
info
This page may contain outdated information. It will be updated as soon as possible.
Chat memory
This component retrieves stored chat messages based on a specific session ID.
Parameters
- Sender type: Choose the sender type from options like "Machine", "User", or "Both".
- Sender name: (Optional) The name of the sender.
- Number of messages: Number of messages to retrieve.
- Session ID: The session ID of the chat history.
- Order: Choose the message order, either "Ascending" or "Descending".
- Data template: (Optional) Template to convert a record to text. If left empty, the system dynamically sets it to the record's text key.
Combine text
This component concatenates two text sources into a single text chunk using a specified delimiter.
Parameters
- First text: The first text input to concatenate.
- Second text: The second text input to concatenate.
- Delimiter: A string used to separate the two text inputs. Defaults to a space.
Create record
This component dynamically creates a record with a specified number of fields.
Parameters
- Number of fields: Number of fields to be added to the record.
- Text key: Key used as text.
Custom component
Use this component as a template to create your custom component.