Gulzat commited on
Commit
d9cccb5
·
verified ·
1 Parent(s): 62d5870

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
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