You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: