taco
05/21/2025, 9:18 PMjson
{
"type": "function",
"function": {
"name": "createEstimate-a1329",
"description": "Create Estimate",
"parameters": {
"type": "object",
"required": [],
"properties": {
"note": {
"type": "string",
"title": "Note"
},
"schedule": {
"type": "object",
"title": "Schedule",
"required": [],
"properties": {
"endTime": {
"type": "string",
"title": "End Time"
},
"startTime": {
"type": "string",
"title": "Start Time"
}
}
}
}
}
}
}
During the call, the bot sees the parameters as end_time and start_time, breaking my connections. This was checked over multiple calls. Every single time, it treated startTime and endTime as snake_case. When asked directly (without leading it) what case the parameters are, it says snake case every time.
A call ID is d64f08ea-906f-429f-a358-0e8b5020743dtaco
05/21/2025, 9:38 PMKyle
05/22/2025, 6:06 AMKyle
05/26/2025, 11:28 AMtaco
05/28/2025, 5:18 PMKyle
05/29/2025, 1:42 AMtaco
05/29/2025, 4:25 PMVapi Support Bot
05/29/2025, 4:25 PM