Spaces:
Build error
Build error
Update hedis_engine.py
Browse files- hedis_engine.py +3 -3
hedis_engine.py
CHANGED
|
@@ -90,8 +90,8 @@ class HedisComplianceEngine:
|
|
| 90 |
|
| 91 |
self.patient_task = Task(
|
| 92 |
description=(
|
| 93 |
-
"Using the patient_chart_search tool, extract
|
| 94 |
-
"medications, and dates relevant to {measure_code}."
|
| 95 |
),
|
| 96 |
expected_output="Structured list of patient evidence with dates.",
|
| 97 |
agent=self.patient_analyzer,
|
|
@@ -111,7 +111,7 @@ class HedisComplianceEngine:
|
|
| 111 |
"### Exclusions Found\n"
|
| 112 |
"### Missing Information\n"
|
| 113 |
"### Summary\n"
|
| 114 |
-
"
|
| 115 |
),
|
| 116 |
expected_output="A thorough markdown report of HEDIS findings.",
|
| 117 |
agent=self.hedis_chart_reporter,
|
|
|
|
| 90 |
|
| 91 |
self.patient_task = Task(
|
| 92 |
description=(
|
| 93 |
+
"Using the patient_chart_search tool, extract only the tests, diagnoses, procedures, "
|
| 94 |
+
"medications, and dates relevant to {measure_code}. Only include measure related info from the patient charts"
|
| 95 |
),
|
| 96 |
expected_output="Structured list of patient evidence with dates.",
|
| 97 |
agent=self.patient_analyzer,
|
|
|
|
| 111 |
"### Exclusions Found\n"
|
| 112 |
"### Missing Information\n"
|
| 113 |
"### Summary\n"
|
| 114 |
+
"Make sure only measure related information is there."
|
| 115 |
),
|
| 116 |
expected_output="A thorough markdown report of HEDIS findings.",
|
| 117 |
agent=self.hedis_chart_reporter,
|