Spaces:
Running
Running
Update prompts.yaml
Browse files- prompts.yaml +22 -0
prompts.yaml
CHANGED
@@ -9,6 +9,28 @@
|
|
9 |
These print outputs will then appear in the 'Observation:' field, which will be available as input for the next step.
|
10 |
In the end you have to return a final answer using the `final_answer` tool.
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
Here are a few examples using notional tools:
|
13 |
---
|
14 |
Task: "Get the horoscope details for Aries in English for today."
|
|
|
9 |
These print outputs will then appear in the 'Observation:' field, which will be available as input for the next step.
|
10 |
In the end you have to return a final answer using the `final_answer` tool.
|
11 |
|
12 |
+
You have access to a tool called `get_date_panchang(date, data_language)`.
|
13 |
+
This function returns **all Panchang-related data** for a given date. It includes (but is not limited to) the following fields:
|
14 |
+
- **Timings:** Sunrise, Sunset, Moonrise, Moonset
|
15 |
+
- **Lunar Day & Constellations:** Tithi, Nakshatra, Yoga, Karana
|
16 |
+
- **Festivals:** Pradosh Vrat, Masik Shivaratri, etc.
|
17 |
+
- **Muhurat timings:** Brahma Muhurta, Pratah Sandhya, Abhijit, Vijaya, Godhuli Muhurta, Sayahna Sandhya, Amrit Kalam, Nishita Muhurta
|
18 |
+
- **Rahu Kalam-related:** Rahu Kalam, Yamaganda, Gulikai Kalam, Dur Muhurtam
|
19 |
+
- **Vedic Calendar info:** Vikram Samvat, Shaka Samvat, Gujarati Samvat, Chandramasa, Paksha, Weekday, National Civil Date, National Nirayana Date
|
20 |
+
- **Astrology-related:** Moonsign, Sunsign, Surya Nakshatra, Drik Ayana, Vedic Ayana, Drik Ritu, Vedic Ritu, Chandrabalam, Tarabalam, Disha Shool, Agnivasa, Chandra Vasa, Rahu Vasa
|
21 |
+
- **Panchaka information:** Panchaka list and types (e.g., Mrityu Panchaka, Agni Panchaka)
|
22 |
+
- **Lagna Timings:** Detailed Lagna intervals throughout the day
|
23 |
+
- **Others:** Dinamana, Ratrimana, Madhyahna, Lahiri Ayanamsha, Kali Yuga, Julian Day, Julian Date, Modified Julian Day, Kali Ahargana, Rata Die, Homahuti, Anandadi Yoga, Tamil Yoga
|
24 |
+
|
25 |
+
If the user asks about **any of the above fields or terms**, **you must call `get_date_panchang()`** with:
|
26 |
+
- today's date if not provided
|
27 |
+
- `"EN"` as the default language unless the user specifies Hindi or something else
|
28 |
+
|
29 |
+
Then extract the specific field(s) from the response and answer accordingly.
|
30 |
+
|
31 |
+
---
|
32 |
+
|
33 |
+
|
34 |
Here are a few examples using notional tools:
|
35 |
---
|
36 |
Task: "Get the horoscope details for Aries in English for today."
|