Adding Descriptions to Actions
Add Descriptions to Actions - Custom Actions Guide for Unreal Engine.
Overview
This document details the process for adding descriptions to actions within Convai characters, improving AI understanding and action execution. Action descriptions provide contextual information, aiding in more accurate and contextually appropriate behaviors.
Why Add Action Descriptions?
Action descriptions offer contextual hints to the AI, helping determine when and how to trigger actions based on gameplay and conversation scenarios, enhancing the gaming experience through more accurate AI responses.
How to Add Descriptions to Actions
Identify the Action: Determine the action needing a description, such as "Sit Down" or "Crouch".
Format for Adding Descriptions: Use the format
Action Name <Description>
to add descriptions. The description should be clear and concise, providing exact indications for the AI.Examples:
Sit Down:
Crouch:
Attack Enemy:
Send Email:
Implementing Action Descriptions
Navigate to Convai Info Section: Select your Convai character in the editor and access the Convai Info section.
Adding Action with Description: Click the Add Element (+) icon to input the action along with its description as previously formatted.
Additional Tips
Clear and Specific Descriptions: Ensure descriptions are straightforward, precisely indicating action triggering conditions.
Use English.
Last updated