Hello, community! We're using the OpenAI → Consolidata → GHL integration model and I have a quick question
The prompt for the assistants hosted in OpenAI references several functions by name, but I can’t find where these functions are actually declared. I originally assumed they were built into OpenAI or Consolidata, but now that I need to debug them (or they aren’t working properly), I'm not sure where to look or which system is supposed to define them.
The functions referenced in the prompt include: getCurrentDate, getContactInformation, assignTagToContact, appointmentBooking, getAvailableSlots
Here’s a small example from the prompt: “When calling <getAvailableSlots>, only fetch or offer time windows that fall within open hours.”
My question:
Where are these functions supposed to be declared and managed? Should they exist inside the Consolidata action mappings, the “functions” section in OpenAI, or somewhere else?
Thanks in advance