Skip to content

OpenAI.ChatCompletionData.GetMessageAttachments

Andrew Lambert edited this page May 17, 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 attachments to the message. Attachments may be either String URLs to an image file or Xojo Picture objects.

See also

Clone this wiki locally