Skip to main content

AI Agent

Response_AiAgent_StartListen.png AI Agent Start Listen


Ceiling Node.png

The AI Agent Start Listen node is used to make the AI start listening to the user. When activated, this node enables the AI to process and respond to spoken input from the user, allowing for interactive conversations and commands within the VR environment.

Example

image.png









In this example, an AI Doctor is set up by creating an AI Agent. This is done by accessing the Interaction section, selecting AI Agents, and then adding the doctor with the desired instructions in the AI Agents window. A variable is also created to store the AI's responses.

image.png

The AI Agent Start Listen node is used to make the AI Doctor start listening to the user when the "Start" trigger event occurs. This setup enables the AI to process and respond to user input as soon as the trigger event is activated.

 


 

Response_AiAgent_StopListen.png AI Agent Stop Listen


Ceiling Node.png

The AI Agent Stop Listen node is used to make the AI stop listening to the user. When activated, this node halts the AI’s ability to process further user input, allowing the AI to respond based on the information gathered up to that point.

Example

image.png









In this example, an AI Doctor is set up by creating an AI Agent. This is done by accessing the Interaction section, selecting AI Agents, and then adding the doctor with the desired instructions in the AI Agents window. A variable is also created to store the AI's responses.

image.png

The AI Agent Stop Listen node is used to stop the AI Doctor from listening to the user when the "Stop" trigger event occurs. This allows the AI to respond based on the input received before listening was halted.