do you support dynamic keyword boosting?
# support
j
the transcriber is really struggling on emails. i want to inject emails into keywords when an api call returns, to better recognize the user's email. is that possible today? can it be?
v
Currently, Vapi supports keyword boosting by specifying keywords in the transcriber configuration when creating or updating an assistant, but dynamic (real-time) injection of keywords—such as adding an email after an API call—is not documented as supported. Here's how you would statically boost an email as a keyword at creation time:
Copy code
json
"transcriber": {
  "provider": "deepgram",
  "model": "nova-2",
  "keywords": ["user@email.com:5"]
}
For dynamic updates, please contact Vapi support or monitor future releases for this feature. [See more in the documentation](https://docs.vapi.ai/customization/custom-keywords) Source: - [Deepgram Keywords and Keyterm Prompting](https://docs.vapi.ai/customization/custom-keywords)