The call ID was: call_PBvzx9K2VQ2sDgNvZpQrutdX
In white you can see my server logs ( firebase )
In black you can see the vapi webhook logs
The schema in the tools is with strict and looks like this:
"ingredients": {
"description": "Ingredients of the recipe",
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"description": "Name of the ingredient",
"type": "string"
},
"unit": {
"description": "Unit of the ingredient",
"type": "string"
},
"pricePerUnit": {
"description": "Price per unit",
"type": "number"
},
"quantityPerProduction": {
"description": "Quantity per production",
"type": "number"
}
},
"required": [
"name"
]
}
https://cdn.discordapp.com/attachments/1351226537151565835/1353672789952823389/image.png?ex=67e28187&is=67e13007&hm=68ad43ec22f0ca35872837f7446b1455c0987252ba0e7564ed7dc6011be80d2e&
https://cdn.discordapp.com/attachments/1351226537151565835/1353672790363869214/image.png?ex=67e28187&is=67e13007&hm=25248be6b4f904fe3449ead09ad487a0eff857f45048c77fbd02ece89eb1fd90&