Skip to content

OpenAI.ChatCompletionData.Save

Andrew Lambert edited this page Jan 15, 2024 · 2 revisions

Method signature

Sub Save(ChatLogFile As FolderItem, Overwrite As Boolean = False)

Parameters

Name Type Comment
ChatLogFile FolderItem The file to save the log in.
Overwrite Boolean Optional. If True then the ChatLogFile is overwritten if it exists.

Remarks

Saves the internal JSONItem to the specified file.

Clone this wiki locally