#Agents API
1 messages · Page 1 of 1 (latest)
Hi, you can fetch agents here https://elevenlabs.io/docs/api-reference/get-conversational-ai-agents
To create agents will be added quickly
Hello, I'm having trouble with the conversation_config.agent.prompt field, I first used a string and got type_error.dict but now if I set it to something like "prompt": {"system": "You are a helpful assistant"}, I avoid the error however on the website the system prompt is empty. How do I use this properly?
I see the way now.