Parameter Names for Function Calling getting chang...
# support
r
It seems like VAPI is changing the parameter names. 2024-03-06 18:35:41,308 INFO: {'message': {'type': 'function-call', 'functionCall': {'name': 'get_available_slots', 'parameters': {'fromDate': '2024-03-07', 'toDate': '2024-03-07', 'slotType': 'New Patient', 'doctorName': 'Dr. Singh'}} our variable names are from_date, to_date, slot_type etc. but the API is changing them to fromDate, toDate, slotType etc.
n
Known dashboard bug. Use the API directly for now