#Dynamic Conversation - ElevenLabs
1 messages · Page 1 of 1 (latest)
It's inconsistent with the sample code in the npm docs
const conversation = useConversation({
overrides: {
agent: {
prompt: {
prompt: "My custom prompt",
},
firstMessage: "My custom first message",
language: "en",
},
tts: {
voiceId: "custom voice id"
},
},
});