get_chatlog {TheOpenAIR}R Documentation

Get the current chatlog

Description

This function extracts the current chatlog of a given chat from the chat environment.

Usage

get_chatlog(x = ".__CURRENTCHAT__")

Arguments

x

either a chatlog object r, or a character string representing the id of a chatlog (the default is ".__CURRENTCHAT__", the current log of the chat()-function)

Value

a chatlog object

Author(s)

Ulrich Matter umatter@protonmail.com


[Package TheOpenAIR version 0.1.0 Index]