Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
+
|