chat_history.character | R Documentation |
chat_history()
when the input is a single stringCreates a chat_history
object from a single string.
## S3 method for class 'character'
chat_history(chat_history)
chat_history |
A single string |
A valid chat history data.frame
(of class chat_history
),
with the 'role' set to 'user' and the 'content' set to the input string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.