Health-Insurance-Copilot / test_synth.py
Nagendravarma
Update UI and backend components
c3938e0
Raw
History Blame Contribute Delete
201 Bytes
from orchestration.orchestrator import Orchestrator
orch = Orchestrator()
# Just run the full query
res = orch.ask_detailed("Hello, can you find heart doctors under silver plan")
print(res["answer"])