Add user message
From UBot Studio
add user message adds a user message to the conversation for a specific agent.
This command is used to supply another message from the user side in a conversation with a designated agent, often in the context of a chatbot.
Parameters
User Message: This is the message from the user that you want to add to the conversation.
Agent Name: This parameter identifies the target agent of the conversation. The default value is "ChatGPT".
Example
add user message("Hello, how are you?", "ChatGPT")
This command adds the message "Hello, how are you?" to the conversation with the agent "ChatGPT".