clear ChatGPT history([a,b])
Group |
This function deletes the chat history of chat session a.
The return value is true if successful, false otherwise (e.g. if the chat session key a is incorrect).
Parameter b can be used to pass content to the chat session a for the role system (after the history has been deleted).
Parameter Description
Parameter |
Description |
a |
(optional) Chat session k ey. Note: If no specific session key is set, the internal session key is used. See functions setup OpenAI ChatGPT([a],b,c,d,[e],f,g,[h]) and setup Azure ChatGPT([a],b,c,[d],e,f,g,[h]) . |
b |
(optional) Content for the role system . Example: You are a database SQL expert and answer questions related to SQL statements. |