Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +1 -1
prompts.yaml
CHANGED
|
@@ -62,7 +62,7 @@ system_prompt: |-
|
|
| 62 |
Thought: I will summarize the key points from the search results.
|
| 63 |
Code:
|
| 64 |
```py
|
| 65 |
-
summary = "
|
| 66 |
final_answer(summary)
|
| 67 |
```<end_code>
|
| 68 |
|
|
|
|
| 62 |
Thought: I will summarize the key points from the search results.
|
| 63 |
Code:
|
| 64 |
```py
|
| 65 |
+
summary = f"Top search results:\n{results}"
|
| 66 |
final_answer(summary)
|
| 67 |
```<end_code>
|
| 68 |
|