@OpenAI_Support We are getting an error (internal server error, code 500) while trying to add image input to conversation items using
await this.openai.conversations.items.create(
conversationId,
{
items,
},
);
where items are
[
{
role: 'user',
content: [
{
type: 'input_image',
detail: 'auto',
file_id: 'file-xxx...'
}
]
}
]
Error details:
Error: 500 The server had an error processing your request. Sorry about that! You can retry your request, or contact us through our help center at help.openai.com if you keep seeing this error. (Please include the request ID 40795a1c-d558-47c2-b4be-a7620e872fa8 in your email.)