-
-
Notifications
You must be signed in to change notification settings - Fork 7
OpenAI.ChatCompletionData.Constructor
Andrew Lambert edited this page Jan 1, 2024
·
2 revisions
OpenAI.ChatCompletionData.Constructor
Sub Constructor(Optional Messages As JSONItem)
Sub Constructor(CopyFrom As OpenAI.ChatCompletionData)
Name | Type | Comment |
---|---|---|
Messages | JSONItem | Optional. A properly-formatted JSON chat log. |
Name | Type | Comment |
---|---|---|
CopyFrom | ChatCompletionData | A chat log to duplicate. |
Creates a new ChatCompletionData
instance, optionally initializing the conversation with the Messages
parameter or by copying the CopyFrom
parameter.
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.