#in the conversational AI what is this setting used for?KeywordsDefine a comma-separated list of k
1 messages · Page 1 of 1 (latest)
AI-generated Answer for pilib8607
It’s an ASR bias list: the words you enter are passed to the agent’s speech recognizer so those terms are more likely to be transcribed correctly. In the API this corresponds to conversation_config.asr.keywords (an array of strings). (elevenlabs.io)
Sources:
Get agent
so if I'm having issues with incorrect transcription adding some common keywords may help?