Gulzat commited on
Commit
f9322f3
·
verified ·
1 Parent(s): fbc1aef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -179,3 +179,13 @@ agent = CodeAgent(
179
 
180
  # Launch a small Gradio front-end
181
  GradioUI(agent).launch()
 
 
 
 
 
 
 
 
 
 
 
179
 
180
  # Launch a small Gradio front-end
181
  GradioUI(agent).launch()
182
+
183
+ # …the rest of your templates …
184
+
185
+ final_answer:
186
+ system: |
187
+ You have completed all reasoning.
188
+ Reply with **only** the final user-facing answer, nothing else.
189
+ user: |
190
+ {input} # <-- keep this placeholder so the agent can inject the question
191
+