OpenAI
From UBot Studio
add bot message is a command to add a bot message to the conversation for a given agent.
The command takes two parameters: one for the message and one for the name of the agent.
Parameters
Message: The message that the bot will add to the conversation. This can be any text string.
Agent Name: The name of the agent. This is an advanced parameter and defaults to "ChatGPT". However, you can provide the name of any agent available in your account.
Example
add bot message("Hello World", "Agent1")
This script will add the message "Hello World" to the conversation generated by the agent named "Agent1". If the agent does not exist in your account, the command will return an error.