from agent import healthcare_agent phone = "9876543201" question = "show my appointment" response = healthcare_agent( phone, question ) print(response)