Skip to content

OpenAI.ChatCompletionData.GetMessageAttachments

Andrew Lambert edited this page Jan 15, 2024 · 2 revisions

OpenAI.ChatCompletionData.GetMessageAttachments

Method signature

Function GetMessageAttachments(Index As Integer) As Variant()

Parameters

Name Type Comment
Index Integer The index of the message to get.

Return value

An array of zero of more attachment(s) to the message. Attachments may be either String URLs to an image file or Xojo Picture objects.

See also

Clone this wiki locally