Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +2 -4
prompts.yaml
CHANGED
@@ -179,8 +179,7 @@
|
|
179 |
```
|
180 |
<end_code>
|
181 |
|
182 |
-
Observation:
|
183 |
-
The Panchang data was successfully fetched for today's date in Hindi.
|
184 |
|
185 |
---
|
186 |
|
@@ -195,8 +194,7 @@
|
|
195 |
print(panchang)
|
196 |
```<end_code>
|
197 |
|
198 |
-
Observation:
|
199 |
-
The date and language are correctly passed and the API returns a structured Panchang entry.
|
200 |
|
201 |
---
|
202 |
|
|
|
179 |
```
|
180 |
<end_code>
|
181 |
|
182 |
+
Observation: The Panchang data was successfully fetched for today's date in Hindi.
|
|
|
183 |
|
184 |
---
|
185 |
|
|
|
194 |
print(panchang)
|
195 |
```<end_code>
|
196 |
|
197 |
+
Observation: The date and language are correctly passed and the API returns a structured Panchang entry.
|
|
|
198 |
|
199 |
---
|
200 |
|