Spaces:
Build error
Build error
Update hedis_engine.py
Browse files- hedis_engine.py +1 -1
hedis_engine.py
CHANGED
|
@@ -113,7 +113,7 @@ class HedisComplianceEngine:
|
|
| 113 |
"### Summary\n"
|
| 114 |
"Use patient_chart_search multiple times for broad coverage."
|
| 115 |
),
|
| 116 |
-
expected_output="
|
| 117 |
agent=self.hedis_chart_reporter,
|
| 118 |
context=[self.hedis_task, self.patient_task],
|
| 119 |
)
|
|
|
|
| 113 |
"### Summary\n"
|
| 114 |
"Use patient_chart_search multiple times for broad coverage."
|
| 115 |
),
|
| 116 |
+
expected_output="Comprehensive HEDIS in well-formatted markdown.",
|
| 117 |
agent=self.hedis_chart_reporter,
|
| 118 |
context=[self.hedis_task, self.patient_task],
|
| 119 |
)
|