-
-
Notifications
You must be signed in to change notification settings - Fork 7
OpenAI.ChatCompletionData.GetMessageAttachments
Andrew Lambert edited this page May 17, 2024
·
2 revisions
OpenAI.ChatCompletionData.GetMessageAttachments
Function GetMessageAttachments(Index As Integer) As Variant()
Name | Type | Comment |
---|---|---|
Index | Integer | The index of the message to get. |
An array of zero of more attachments to the message. Attachments may be either String URLs to an image file or Xojo Picture objects.
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.