Skip to content

OpenAI.ChatCompletionData.Load

Andrew Lambert edited this page Mar 7, 2023 · 1 revision

Method signature

Shared Function Load(ChatLogFile As FolderItem) As OpenAI.ChatCompletionData

Parameters

Name Type Comment
ChatLogFile FolderItem The JSON chat log file to load.

Return value

A new instance of ChatCompletionData with the ChatLogFile loaded into it.

Remarks

Loads a chat log from a previously saved file.

See also

Clone this wiki locally