Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ Available Programs:
|
|
51 |
{program_list}
|
52 |
|
53 |
Suggest a schedule for the day (in HH:MM format), with reasoning in not more than 2 lines.
|
54 |
-
|
55 |
"""
|
56 |
|
57 |
prompt = PromptTemplate.from_template(template)
|
|
|
51 |
{program_list}
|
52 |
|
53 |
Suggest a schedule for the day (in HH:MM format), with reasoning in not more than 2 lines.
|
54 |
+
Output must be the final formatted schedule only — do not include any internal thoughts, planning steps, or explanatory text like "<think>" or reasoning process. Return only the final answer in a clean, readable list.
|
55 |
"""
|
56 |
|
57 |
prompt = PromptTemplate.from_template(template)
|