MediAssist-AI / test_agent.py
LoreSandhu's picture
Initial healthcare AI agent
96f0423
Raw
History Blame Contribute Delete
166 Bytes
from agent import healthcare_agent
phone = "9876543201"
question = "show my appointment"
response = healthcare_agent(
phone,
question
)
print(response)