Update app.py
Browse files
app.py
CHANGED
|
@@ -99,11 +99,12 @@ Steps:
|
|
| 99 |
3) Give a concise recommendation with time window(s) and a confidence.
|
| 100 |
4) Output a short WHY-TRACE (3 bullets).
|
| 101 |
Return JSON ONLY:
|
| 102 |
-
{
|
| 103 |
"answer": "...",
|
| 104 |
"why_trace": ["...", "...", "..."],
|
| 105 |
"risk_badge": "Low"|"Moderate"|"High"
|
| 106 |
-
}
|
|
|
|
| 107 |
|
| 108 |
# -------- Reasoning providers --------
|
| 109 |
def call_stub(_prompt:str)->str:
|
|
|
|
| 99 |
3) Give a concise recommendation with time window(s) and a confidence.
|
| 100 |
4) Output a short WHY-TRACE (3 bullets).
|
| 101 |
Return JSON ONLY:
|
| 102 |
+
{{
|
| 103 |
"answer": "...",
|
| 104 |
"why_trace": ["...", "...", "..."],
|
| 105 |
"risk_badge": "Low"|"Moderate"|"High"
|
| 106 |
+
}}
|
| 107 |
+
"""
|
| 108 |
|
| 109 |
# -------- Reasoning providers --------
|
| 110 |
def call_stub(_prompt:str)->str:
|