SoumyaJ commited on
Commit
23692bf
·
verified ·
1 Parent(s): 266e0c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- Return only the final answer, with no internal thoughts, explanations, or thinking process. Do not include phrases like "think", "reasoning", or "here’s the plan"—just the pure formatted output.
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)