Add Transcript StepsΒΆ

DescriptionΒΆ
Warning
This Node isn't compatible with the @cognigyRecentConversation
and @cognigyRecentUserInputs
tags in the LLM Prompt Node.
The Add Transcript Steps Node adds a step for one of the conversation actors to simulate an input or output.
ParametersΒΆ
Parameter | Type | Description |
---|---|---|
Role | Selector | Define the role of the entity interacting with the system. Select one of the following roles:
|
Type | Selector | Only the Input type is available. This type means the provided data is processed as text input. |
Text | CognigyScript | Add content to be used as input for the system. The AI Agent processes and analyzes this text for tasks such as intent recognition, response generation, or other tasks depending on the configuration. |
Data | JSON | Include additional structured information that complements the content from the Text field. For example, { "type": "motivational" } can be used to categorize the input or provide context to influence how the system processes the text. |