Skip to content

OpenAI.ChatCompletion.Constructor

Andrew Lambert edited this page Jan 1, 2024 · 1 revision

OpenAI.ChatCompletion.Constructor

Method signature

 Sub Constructor(ResponseData As JSONItem, Optional ChatLogData As JSONItem)

Parameters

Name Type Comment
ResponseData JSONItem A previously generated response.
ChatLog JSONItem Optional. If specified, the chat log context for the ResponseData.

Remarks

Loads a previously created Response that was stored as JSON.

Clone this wiki locally