Collection of types to import into your codebase
"patient_first_name": "John"
"physicians": ["Physician One", "Physician Two", ...]
"cost": 5
"costs": [1, 2, 3.5, ...]
"appointment_date": "2030-07-15T14:00:00.000-07:00"
(luxon DateTime formatting)"available_dates": ["2030-07-15T14:00:00.000-07:00", "2030-07-16T14:00:00.000-07:00"]
"phone_number": "+11994816785"
(E.164 formatting)"phone_numbers[]": ["+11994816785", "+15673643554"]
patient_phone_number
and live_transfer_number
will not be injected into the prompt but instead be used for call mechanics, which is why they are their own distinct types.
The following are also applicable:
patient_first_name
: reserved type for patient’s first namepatient_last_name
: reserved type for the patient’s last namepreferred_contact_method
: reserved type for the patient’s preferred contact methodpreferred_language
: reserved type for the patient’s preferred languageemail
: reserved type for patient’s emailInvalid input: Received "+17223820171" but declared type is date[], Received "2030-07-15T14:00:00.000-07:00" but declared type is phone_number[]