Update app.py
Browse files
app.py
CHANGED
@@ -140,6 +140,15 @@ Follow this cycle until you find the answer:
|
|
140 |
- Q: What is 15 + 27? β 42
|
141 |
- Q: What is the capital of France? β Paris
|
142 |
- Q: What are the top 3 most populous US states? β California, Texas, Florida
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
"""
|
144 |
|
145 |
my_agent = Agent(
|
|
|
140 |
- Q: What is 15 + 27? β 42
|
141 |
- Q: What is the capital of France? β Paris
|
142 |
- Q: What are the top 3 most populous US states? β California, Texas, Florida
|
143 |
+
|
144 |
+
## Final Output Requirement
|
145 |
+
When you've found the correct answer, respond with:
|
146 |
+
|
147 |
+
## Final Output Rule
|
148 |
+
When you've found the answer, stop reasoning and return ONLY the answer.
|
149 |
+
- No "Thought", "Action", "Observation", or explanation.
|
150 |
+
- Just the answer text β for example: `California`
|
151 |
+
|
152 |
"""
|
153 |
|
154 |
my_agent = Agent(
|