How can i add message and the content i want to se...
# support
m
Copy code
{
        type: 'add-message',
        message: {
          role: 'assistant',
          content: [
            {
              type: 'image_url',
              image_url:
                image-url',
            },
          ],
        },
      }
v
message has been deleted
@Mayank Sharma It seems like you're trying to add a message with an image to the conversation, but the image URL is not specified correctly. Could you please provide the correct image URL so I can assist you further?
You can continue this conversation by mentioning me in the message.
m
@Sahil
s
image in Voice AI?
m
@Sahil yes
where instead of sending the text
add-message
i should be able to send
image-url
and get response based on that as i am already using the mode gpt-omni
s
I think we had a call couple of days ago and I already told you how you can do it?
m
no i believe , i am not asking custom llm, its about the create we create using assistant
@Sahil
s
The thing is, we only support text, not images. You need to somehow process that image and then you can convert it into a text format.
m
got it are we going to have that support in future ?
i
I would like this too, makes sense for multimodal like gpt4-o to be able to receive images, especially in web applications
s
Add a feature request here https://roadmap.vapi.ai/feature-requests If it get most number of votes, we will work on it.
m
done @Sahil pls have a look
2 Views