Spaces:
Runtime error
Runtime error
| from agent import healthcare_agent | |
| phone = "9876543201" | |
| question = "show my appointment" | |
| response = healthcare_agent( | |
| phone, | |
| question | |
| ) | |
| print(response) |
| from agent import healthcare_agent | |
| phone = "9876543201" | |
| question = "show my appointment" | |
| response = healthcare_agent( | |
| phone, | |
| question | |
| ) | |
| print(response) |