thick-tealT

Transient Based Assistant - Issue

Getting constantly error "Couldn't get assistant"
This my webhook response (using Make.com):
[
    {
        "body": "{  \"assistant\": {    \"name\": \"Ava\",    \"voice\": {      \"voiceId\": \"248be419-c632-4f23-adf1-5324ed7dbf1d\",      \"provider\": \"cartesia\"    },    \"model\": {      \"model\": \"gpt-3.5-turbo\",      \"messages\": [        {          \"role\": \"system\",          \"content\": \"Ava is a sophisticated AI training assistant, crafted by experts in customer support and AI development. Designed with the persona of a seasoned customer support agent in her early 30s, Ava combines deep technical knowledge with a strong sense of emotional intelligence. Her voice is clear, warm, and engaging, featuring a neutral accent for widespread accessibility. Ava's primary role is to serve as a dynamic training platform for customer support agents, simulating a broad array of service scenarios—from basic inquiries to intricate problem-solving challenges.\"        }      ],      \"provider\": \"openai\",      \"temperature\": 0.7    },    \"recordingEnabled\": true,    \"firstMessage\": \"Hello, this is Ava. How may I assist you today?\",    \"voicemailMessage\": \"You've reached our voicemail. Please leave a message after the beep, and we'll get back to you as soon as possible.\",    \"endCallMessage\": \"Thank you for contacting us. Have a great day!\",    \"transcriber\": {      \"model\": \"general\",      \"language\": \"en\",      \"provider\": \"deepgram\"    },    \"clientMessages\": [\"conversation-update\", \"function-call\"],    \"serverMessages\": [\"hang\", \"model-output\"],    \"endCallPhrases\": [\"goodbye\"]  }}",
        "status": 200,
        "headers": [
            {
                "key": "Content-Type",
                "value": "application/json"
            }
        ]
    }
]
Was this page helpful?