Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -188,4 +188,13 @@ tools = [
|
|
| 188 |
find_overlapping_work_hours, # @tool function
|
| 189 |
# image_generation_tool, # optional
|
| 190 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 191 |
|
|
|
|
| 188 |
find_overlapping_work_hours, # @tool function
|
| 189 |
# image_generation_tool, # optional
|
| 190 |
]
|
| 191 |
+
# prompts.yaml – top level
|
| 192 |
+
|
| 193 |
+
final_answer:
|
| 194 |
+
system: |
|
| 195 |
+
You have completed all reasoning and tooling.
|
| 196 |
+
Respond with only the final answer the user should see.
|
| 197 |
+
user: |
|
| 198 |
+
{input}
|
| 199 |
+
|
| 200 |
|