Attach images to Assistant messages, similarly to how it's implemented now for chatCompletions.
OpenAI API allows the inclusion of images in Assistant message requests, as an array of content parts. Attachment of image files is only supported on Vision-compatible models.
Problem it Solves
Right now the library allows to send only text messages to OpenAi Assistants.
Proposed Solution
This might be implemented in the same way as it's done now in ChatCompletionRequest (where message content is a list of ContentParts)
Feature Description
Attach images to Assistant messages, similarly to how it's implemented now for chatCompletions. OpenAI API allows the inclusion of images in Assistant message requests, as an array of content parts. Attachment of image files is only supported on Vision-compatible models.
Problem it Solves
Right now the library allows to send only text messages to OpenAi Assistants.
Proposed Solution
This might be implemented in the same way as it's done now in ChatCompletionRequest (where message content is a list of ContentParts)