my assistant bd3dd797-9905-4fd6-8208-110263404131 ...
# support
v
Suggestion: Check your assistant's
analysisPlan
to ensure the
structuredDataPrompt
and
structuredDataSchema
are set and enabled. If either is missing or empty, the data section may show "N/A". Update your configuration as shown below:
Copy code
json
{
  "analysisPlan": {
    "structuredDataPrompt": "Custom structured data prompt text",
    "structuredDataSchema": {
      "type": "object",
      "properties": {
        "field1": { "type": "string" },
        "field2": { "type": "number" }
      },
      "required": ["field1", "field2"]
    }
  }
}
After updating, test a new call to see if structured data is extracted. [See full documentation for details](https://docs.vapi.ai/assistants/call-analysis#structured-data-prompt). Source: - [Call analysis documentation](https://docs.vapi.ai/assistants/call-analysis#structured-data-prompt)
v
Hey! To help track down this issue, could you share: - The call ID This would really help us figure out what went wrong!