@Javokhir
I'm sorry to hear you're having trouble with the response structure for your custom LLM. The expected response structure from a custom LLM when integrating with Vapi should typically be in a JSON format that Vapi can parse and understand. It should match the API's expected schema for responses.
Since the documentation you're referring to doesn't provide specific details on the response structure, it would be best to ensure that your response includes the necessary fields that Vapi expects. This usually involves a status code, a message or data field containing the result, and any other required metadata.
If you're still unsure about the correct format, please reach out to the support team for more detailed guidance on the expected response structure for your custom LLM integration with Vapi. They should be able to provide you with the specifications needed to format your LLM's responses correctly.