Question using web sdk
# support
s
im building a dual-input chatbot using the websdk (chat + audio) . the chat modality would be useful for typing in inputs like email ids or copy pasting text etc.. my question is referencing the attached image: I send "my name is sangy" via vapi.send(). So why could the bot be mis-reading my name from the transcript when there's no transcription involved?
v
Hi @Sangy, I'm an AI assistant for Vapi. While a team member reviews this question, I'll look through relevant sources and see if I can provide suggestions. Please tag @Vapi Support with any follow-up questions.
----------------------------- **While I generate an answer, here are some sources that might be helpful**: * [Vapi Web SDK]() * [Persistent Assistants]() * [Set up your Server URL]() * [Swagger]() -----------------------------
### Answer When you use
vapi.send()
to input text directly into the chat, the message is processed without needing speech-to-text transcription. If there's an issue with the bot misreading the input from
vapi.send()
, it might not be related to transcription errors but rather how the text input is being handled or processed within your chatbot's logic or the LLM's interpretation of the text. Ensure your assistant's configuration and handling logic for text-based inputs are correctly set up to interpret and respond to these inputs accurately [(1)]() .
Got it. Tagging @User for additional help.
s
there's no additional logic apart from sending and receiving messages to vapi. i was able to reproduce this a few times as well.
call ids: 8d42abb0-4aca-449d-aaed-c454e6d9f97c 5f2877a2-1c4f-4f1f-b556-e33081f4acde
n
ya transcriber fucking up
try assistant.transcriber.keywords
s
@nikhil but all the messages in the chat were typed and sent via vapi.send(). there was no transcription involved?
@User OH confirmed this was a bug and offered to look deeper. So following up here
n
yes we're working on it. could you follow up thursday?
s
great thanks!
@nikhil followin up on this
g
nikhil let us have a chatbot too, to debug and stuff, and see what the llm is doing. Calling to test it all is just not fast or clear.
s
@User Following up from today's OH with @nikhil and last weeks OH with @zoratrox360 latest update from @zoratrox360 was that this *"the text was still being processed, which caused the issue. We have an upcoming fix which will fix the issue." *
s
Can you try again @zoratrox360 just pushed an update yesterday.
s
@User This issue is still not fixed. @zoratrox360 please check call id 984cc2f6-52dd-4b97-a304-0e10b1f630ba Transcript AI: Hi there. I'm Jen, a demo AI assistant. May I know your name? User: sangy AI: Nice to meet you, Sammy. This is a practice call. Why can the bot not know the name just from message history without messing with transcribers? isn't this core issue for all users?
s
Can you bring it up in today's Vapi Office Hour?
4 Views