#Can I use and endpoint in the webhook config, only to send aditional context into the agent id?

1 messages · Page 1 of 1 (latest)

red forgeBOT
#
AI-generated Answer for jgomez0668

Currently, ElevenLabs Conversational AI does not support adding custom context per conversation directly through the web dashboard or API. However, you can enhance responses by including relevant information in the knowledge base and structuring your system prompt to cover common scenarios. If you have created a custom interface using the SDK and cannot pass user-specific context directly, one workaround is to convert that context into audio chunks and send them via the WebSocket protocol.

fiery orchid
#

I have this configuration

clientTools: { sendContext: async (parameters) => { return { content: "Curso 5-A , Estudiantes: 20 y les gusta el futbol" } }, },

mi intention is use the endpoint to send th the response into the AgentID, is possible?