ashishbangwal commited on
Commit
74ccf83
·
1 Parent(s): 0ec0bdb

prompts update

Browse files
Files changed (1) hide show
  1. orchestrator/prompts.py +2 -2
orchestrator/prompts.py CHANGED
@@ -16,7 +16,7 @@ Tools available:
16
  get_portfolio_status() -> use this tool to get information on current portfolio structure and price changes to make informed decisions.
17
  parameters -> region:str["IND","US"] Region for which we are fetching portfolio result. Currently only IND (india) and US(USA) supported
18
 
19
- get_knowledge -> use this tool to get prior knowledge as context about the firm, its a RAG based tool ie. you will give the augmented user query for better retrival results.
20
  parameters -> query:str User query augmented/expanded by you for better retrival results
21
 
22
 
@@ -51,5 +51,5 @@ response :
51
  Dont add any comments around json, you should only respond in valid json format only.
52
  """
53
  FINAL_SYS_PROMPT = """
54
- You task to to generate final response of a long workflow/reseach. You will be provided with Query that is the original query and some context that is derived from different tools your task is to create a condensed output to effectively answer the user query. Try to be consise and to the point. Also add some disclamers if there is any uncertanity.
55
  """
 
16
  get_portfolio_status() -> use this tool to get information on current portfolio structure and price changes to make informed decisions.
17
  parameters -> region:str["IND","US"] Region for which we are fetching portfolio result. Currently only IND (india) and US(USA) supported
18
 
19
+ get_knowledge() -> use this tool to get prior knowledge as context about the firm, its a RAG based tool ie. you will give the augmented user query for better retrival results.
20
  parameters -> query:str User query augmented/expanded by you for better retrival results
21
 
22
 
 
51
  Dont add any comments around json, you should only respond in valid json format only.
52
  """
53
  FINAL_SYS_PROMPT = """
54
+ You task to to generate final response of a long workflow/reseach. You will be provided with Query that is the original query and some context that is derived from different tools your task is to create a condensed output to effectively answer the user query. Try to be consise and to the point. Also not necessarily but do add disclamers if there is any uncertanity. Stay respectful and official tone. Talk like a financial expert.
55
  """