krrishk22 commited on
Commit
bbd4d85
·
verified ·
1 Parent(s): 9d1c39b

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +11 -14
prompts.yaml CHANGED
@@ -10,17 +10,17 @@
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
@@ -89,9 +89,6 @@
89
 
90
 
91
 
92
-
93
-
94
-
95
  You have access to a tool called get_holidays(year: int = None, app_language: str = "EN", data_language: str = "HI").
96
  This function returns all Hindu, Islamic, and Christian holidays for the given year.
97
  Use this function whenever the user asks about:
 
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,Ekadashi, 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
 
89
 
90
 
91
 
 
 
 
92
  You have access to a tool called get_holidays(year: int = None, app_language: str = "EN", data_language: str = "HI").
93
  This function returns all Hindu, Islamic, and Christian holidays for the given year.
94
  Use this function whenever the user asks about: