Generative AI Response
Enable Generative AI tools for select responses.
Last updated
Enable Generative AI tools for select responses.
Last updated
The Generative AI Response enables the bot to process user queries related to specific intents and utilize a generative AI tool (like OpenAI GPT, Google PaLM, Meta Lllama, etc) to craft responses. The bot operates within the parameters set by custom prompts to ensure relevant and contextually accurate answers.
The following are the configurations available for Generative AI Responses:
API Key: The unique API Key to authenticate with each tool (Note: Always ensure the security of your API key).
Model: The model selected for generating responses, e.g. "gpt-3.5-turbo."
Prompt Context: This provides the AI with a specific context to operate within, detailing its capabilities, restrictions, and the personality or preferences.
Examples: A list that could optionally include examples to guide the AI's responses.
Temperature: 0 - 2 the temperature determines the randomness of the AI's response. Higher values increase randomness, while lower values make the response more deterministic.
The following triggers are recommended for Generative AI responses:
Intent Trigger: activates when the NLP system identifies a user utterances that has been trained to a specific intent.
Direct Trigger: ideal for specific commands or unique terms. A Direct trigger set would activate only when a user types in that exact phrase or its close variations.
Included below are example implementations to get started: