AI node
Exciting News! Our 'AI node' is in the process of receiving some fantastic updates!
Last updated
Exciting News! Our 'AI node' is in the process of receiving some fantastic updates!
Last updated
In this chapter, we are going to introduce you the updated user interface for 'Generative AI' node.
We've decided to create an infinite loop chatbot virtual assistant based on a simple prompt - system message. This is crucial for implementing the Generative AI within the Conversation Flow. We're excited to enhance its capabilities and explore various scenarios. To explain this, we've created a simple project. Watch the video below for a clear demonstration.
To understand and showcase the 'Generative AI' node effectively, we recommend visiting the 'Message' node, 'Answer' node, 'Training Project' , and 'Create Project' pages for detailed insights.
Clear and well-written instructions are essential for a delightful Generative AI experience by guiding the manual. In a specific scenario, we created a simple 'Answer' node to understand the conversation language, which can be incorporated into the system message prompt for the 'Generative AI' node.
Ensure the {current_utterance} variable is in the user input type for each iteration. The assistant further explains past actions before the user inputs.
This is the initial text or prompt provided to the AI model, setting the context or guidelines for generating responses.
The system message acts as the contextual cue for the AI model. It provides information about the topic, defines the assistant’s persona, outlines the response format, and instructs the AI on what to focus on or avoid in its generated responses. It primes the model with relevant information before generating the conversation.
Perform as Company´s chatbot, you role is to respond to questions. Answer my questions only using information you receive as text snippets from Knowledge base.
Checkbox" Use in each iteraction" can help you add the infinite number of loops and improve the desired outcome. Recommending to turn on for user´s utterance for 99% scenarios.
Visit Prompting cookbookin our Tips and tricks section to get more in-depth explanation of prompt types, prompting techniques and prompt examples. ✨
Apart from generating customer responses, Generative AI can utilize a Function from our Knowledge Base to learn information. More details about the Knowledge Base will be provided soon after reworking this feature.
Knowledge baseThis integration allows our internal knowledge base to complement the Neural Language Processor, delivering optimal answers, even from internal information.
Let´s explain the basic configuration
Use History: Default 3 - Choose how many messages stay in the conversation memory, useful for creating continuity.
Language Models: Default set to Standard, a cost-efficient general model. The advanced model, ChatGPT 4.0 Turbo, is significantly more expensive to use.
Advanced Settings: Set model temperature from 0 to 1 (default 0.7) to adjust the creativity level.
Don't forget to set up the Target node.
For a step-by-step guide, visit the 'Import / Export' page to see the process.