chat_history.default: Default method for chat_history()
Description
Calls error which indicates that the input was not a character
or data.frame
.
Usage
# S3 method for default
chat_history(chat_history)
Value
No return value; an error is thrown
Arguments
- chat_history
Object which is not character
or data.frame
Details
When input is a character
or data.frame
, the appropriate method will be called
(see `chat_history.character()
and chat_history.data.frame()
).