Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +2 -2
prompts.yaml
CHANGED
@@ -70,6 +70,7 @@
|
|
70 |
print(pages)
|
71 |
```<end_code>
|
72 |
Observation:
|
|
|
73 |
No result found for query "1979 interview Stanislaus Ulam Martin Sherwin physicists Einstein".
|
74 |
|
75 |
Thought: The query was maybe too restrictive and did not find any results. Let's try again with a broader query.
|
@@ -235,8 +236,7 @@
|
|
235 |
```
|
236 |
You can leverage these tools:
|
237 |
{%- for tool in tools.values() %}
|
238 |
-
- {{
|
239 |
-
tool.name }}: {{ tool.description }}
|
240 |
Takes inputs: {{tool.inputs}}
|
241 |
Returns an output of type: {{tool.output_type}}
|
242 |
{%- endfor %}
|
|
|
70 |
print(pages)
|
71 |
```<end_code>
|
72 |
Observation:
|
73 |
+
|
74 |
No result found for query "1979 interview Stanislaus Ulam Martin Sherwin physicists Einstein".
|
75 |
|
76 |
Thought: The query was maybe too restrictive and did not find any results. Let's try again with a broader query.
|
|
|
236 |
```
|
237 |
You can leverage these tools:
|
238 |
{%- for tool in tools.values() %}
|
239 |
+
- {{ tool.name }}: {{ tool.description }}
|
|
|
240 |
Takes inputs: {{tool.inputs}}
|
241 |
Returns an output of type: {{tool.output_type}}
|
242 |
{%- endfor %}
|