-
-
Notifications
You must be signed in to change notification settings - Fork 6
OpenAI.ChatCompletion.Constructor
Andrew Lambert edited this page Jan 1, 2024
·
1 revision
OpenAI.ChatCompletion.Constructor
Sub Constructor(ResponseData As JSONItem, Optional ChatLogData As JSONItem)
Name | Type | Comment |
---|---|---|
ResponseData | JSONItem |
A previously generated response. |
ChatLog | JSONItem |
Optional. If specified, the chat log context for the ResponseData . |
Loads a previously created Response that was stored as JSON.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2023-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.