Discussions

Ask a Question
Back to All

Preventing Avatar's Default Responses in Voice Chat Mode?

In voice chat mode, I'm using streamingAvatar.speak({ text: responseFromClaude, task_type: TaskType.REPEAT }) to have the avatar repeat back a response from Claude AI. However, the avatar still responds from its own default knowledge base before repeating Claude's message, leading to two responses.

How can I stop the avatar from automatically replying from its own knowledge base in voice chat mode, and only have it speak the message I send via speak?

Thanks!