Supporting LLM Actions
The LLM Actions used by the "Start from Scratch" scenario
Last updated
The LLM Actions used by the "Start from Scratch" scenario
Last updated
To support fluid conversation exchange the "Start from Scratch" scenario uses a number of LLM Actions that can form a solid basis / template for your own LLM Actions.
This action is attached to the NoMatchResponse
APP intent in the Global No Match conversation and provides an appropriate response to explain to the user that we were not able to classify and hence respond to their phrase.
Crucially, since we were not able to classify the user phrase we do not send it to the underlying LLM to provide a further level of safety.
The Agent Capability response action is attached to the AboutTheBotResposne
APP intent and generates an answer to questions around what the bot can do.
The Topic Generation Response action is the most often used on and it is attached to all the intents that are broad topics (which would be using a specific knowledge source).
Please make sure to update this action with any specific topic sources you want to use.
This LLM Action generates a context response to statements based on whether the statements are relevant or not to the topic of the conversation.
Similarly to Statement Responses this LLM action generates Feedback responses based on the type of feedback and whether it was positive or negative.
By default the welcome message is static - but you can use this LLM action as your starting point to create dynamic welcome messages that take into account topic and user attributes.
Finally the Casual Conversation Response action generates an appropriate response to casual conversation statements such as greetings, simpler jokes and other small talk.