Add user message

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
'''add user message''' adds a user message to the conversation for a specific agent.  
+
The '''add user message''' command is used to add a user message into the conversation for a given agent. After the message is added, the agent can respond accordingly.
 
+
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 ==
 
== Parameters ==
  
'''User Message:''' This is the message from the user that you want to add to the conversation.
+
'''User Message:''' This is the user's message that you want to add to the conversation.
  
'''Agent Name:''' This parameter identifies the target agent of the conversation. The default value is "ChatGPT".
+
'''Agent Name:''' This refers to the name of the agent where the user's message will be added. The default agent is ChatGPT.
  
== Example ==
+
== Usage ==
  
 
<pre>
 
<pre>
Line 15: Line 13:
 
</pre>
 
</pre>
  
This command adds the message "Hello, how are you?" to the conversation with the agent "ChatGPT".
+
In this example, the user message "Hello, how are you?" is added to the agent named "ChatGPT". The agent can then respond to this message as specified in its algorithm.

Revision as of 16:17, 30 June 2023

The add user message command is used to add a user message into the conversation for a given agent. After the message is added, the agent can respond accordingly.

Parameters

User Message: This is the user's message that you want to add to the conversation.

Agent Name: This refers to the name of the agent where the user's message will be added. The default agent is ChatGPT.

Usage

add user message("Hello, how are you?", "ChatGPT")

In this example, the user message "Hello, how are you?" is added to the agent named "ChatGPT". The agent can then respond to this message as specified in its algorithm.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox