#How do I set dynamic variables in an ai agent?
1 messages · Page 1 of 1 (latest)
You can set dynamic variables in an AI agent by customizing the agent's configuration at the start of each conversation. This is done using Conversation Overrides, which allow you to pass dynamic variables into the agent's prompt. These variables can be used to personalize the conversation for each session.
Keep in mind that these overrides apply only to the current session and do not update the agent's settings globally. If you need further assistance or specific guidance, feel free to ask!
Where is the docs for that feature of the API?
You can find detailed instructions about the API and its features in the API documentation. If you need further assistance, you can also join the ElevenLabs community on Discord to get help from team members and other users.
I can see agent.promp.prompt and agent.firstMessage in the docs on Dynamic Conversation, but where are the dynamic variables?