LBThree
04/14/2025, 9:36 PM857ee7d8-bd90-4e19-9f2a-244d72c1f770
, ab27a924-32e8-4989-9bbc-9219ee2a2321
assistantId: af74c1cf-8e4c-4f04-b226-0a1db2602cb8
When using the .send() (https://docs.vapi.ai/sdk/web#send) functionality via the Web SDK, the assistant is not recognizing and responding to the input, despite the call transcript showing the text coming in from the user and consuming the input tokens. I am passing the user
messages to the assistant per the docs:
vapi.send({
type: "add-message",
message: {
role: "user",
content: "What kind of features do you offer?",
},
});
This appears to be an OpenAI Realtime specific issue within VAPI - all of the non-realtime OpenAI models correctly respond to user
messages.
Is there possibly something wrong with my assistant configuration or is this a known issue with the VAPI Web SDK?LBThree
04/14/2025, 10:39 PMLBThree
04/16/2025, 7:45 PMKings_big💫
04/16/2025, 7:46 PMLBThree
04/16/2025, 7:58 PMLBThree
04/17/2025, 2:45 PMLBThree
04/17/2025, 6:47 PMKings_big💫
04/17/2025, 6:49 PMLBThree
04/17/2025, 8:48 PMSahil
04/18/2025, 8:57 AMLBThree
04/18/2025, 7:22 PMSahil
04/18/2025, 8:57 PMLBThree
04/18/2025, 9:38 PMLBThree
04/21/2025, 6:09 PMSahil
04/21/2025, 7:17 PMCookie
04/24/2025, 5:51 AMShubham Bajaj
04/24/2025, 12:29 PM