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
Threads.Content does not implement the openAI API correctly. It looks like it is assumed that the image content would be the same as in a regular Chat.Content object. but instead of an Common.ImageUrl the Threads.Message object should contain an ImageFile object, containing only a file_id field (api docs).
The text was updated successfully, but these errors were encountered:
Threads.Content does not implement the openAI API correctly. It looks like it is assumed that the image content would be the same as in a regular Chat.Content object. but instead of an Common.ImageUrl the Threads.Message object should contain an
ImageFile
object, containing only afile_id
field (api docs).The text was updated successfully, but these errors were encountered: