Hi there! 👋
I don't have specific information about those exact call IDs you mentioned. However, I can definitely help you understand why tokens might be consumed without generating structured data output in your structuredDataPlan.
Based on the information I've found, there are several potential reasons why this might be happening:
### Schema or Configuration Issues
Your structured data schema might be incorrectly defined or have inconsistencies. According to [troubleshooting information](
https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1265637856383078461), it's recommended to "verify that the structured data schema is correctly defined and has not been altered."
One specific issue to check is whether you've removed or renamed properties in the Dashboard without updating the required fields. The analyzer can get confused if "`analysisPlan.structuredDataSchema.properties.owner_personal_info.required` has entries that no longer exist in `analysisPlan.structuredDataSchema.properties.owner_personal_info.properties`" as noted in [schema discussions](
https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1339019564838686740).
### Model-Related Issues
There might be issues with the specific model being used. Some models have limitations with JSON schema validation or function calling. For example, there have been reports of "Client disconnected" errors with Anthropic models and JSON schema issues with Google models according to [model error reports](
https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1332510949940133960).
### OpenAI Changes
Changes on OpenAI's end might be affecting your structured data output. In one case, a similar issue "was resolved when reverting to VAPI's default billing" as mentioned in [OpenAI-related issues](
https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1339884806229458946).
### Token Limits