chat_history.default: Default method for 'chat_history()'

View source: R/chat_history.R

chat_history.defaultR 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 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()).

Value

No return value; an error is thrown


tidyprompt documentation built on April 4, 2025, 12:24 a.m.