chat_history.default {tidyprompt} | R Documentation |
Default method for chat_history()
Description
Calls error which indicates that the input was not a character
or data.frame
.
Usage
## Default S3 method:
chat_history(chat_history)
Arguments
chat_history |
Object which is not |
Details
When input is a character
or data.frame
, the appropriate method will be called
(see 'chat_history.character()
and chat_history.data.frame()
).
Value
No return value; an error is thrown
[Package tidyprompt version 0.0.1 Index]