Isaac
05/23/2024, 2:39 AMVapi Support
05/23/2024, 2:39 AMVapi Support
05/23/2024, 2:40 AMcontent for the message text, and role to designate who is speaking (e.g., the system or the user). Here’s a basic format:
json
{
"messages": [
{
"role": "system",
"content": "Your response text here"
}
]
}
This ensures that the LLM's output is correctly formatted for Vapi to handle in its conversational flows [(1)]() .
If you are indeed working with a platform named "Voxi," I recommend checking their specific documentation or support resources for integration guidelines.Vapi Support
05/23/2024, 4:21 AMMason | Building KOI
05/23/2024, 4:22 AMMason | Building KOI
05/23/2024, 4:22 AMVapi Support
05/23/2024, 1:06 PM