Get chat gpt messages
From UBot Studio
(Difference between revisions)
(Created page with "'''$get chat gpt messages''' is a function used to return the messages associated with a specified agent. This function can be used to fetch and review the messages associat...") |
Revision as of 16:10, 30 June 2023
$get chat gpt messages is a function used to return the messages associated with a specified agent.
This function can be used to fetch and review the messages associated with a specific GTP agent.
Parameters
Agent (Optional): The name of the agent whose messages you want to retrieve. The default is ChatGPT if none is specified.
Returns
A string, the messages associated with the specified GPT agent.
Example
$messages = $get chat gpt messages("Customer Support Agent")
In this example, the function retrieves the messages associated with the "Customer Support Agent". The retrieved messages are stored in the variable '$messages'.