Wajahat698 commited on
Commit
4534cde
·
verified ·
1 Parent(s): 2fe7f49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -805,7 +805,7 @@ if prompt :
805
  try:
806
  # Generate response using the agent executor
807
  output = agent_executor.invoke({
808
- "input": f"{prompt}Be specific with $Dollar amounts, and names of people, places and programs.Please when providing source links that should be accurate search and it and them embed it only in list if trustbuilders not in the main content.Source links in list of trustbuilders should be accurate and clickable. When query is related to newsletters give always heuristics and creative techniques ",
809
 
810
  "chat_history": st.session_state.chat_history
811
  })
 
805
  try:
806
  # Generate response using the agent executor
807
  output = agent_executor.invoke({
808
+ "input": f"{prompt}Be specific with $Dollar amounts, and names of people, places and programs.Please when providing source links that should be accurate search and it and them embed it only in list if trustbuilders not in the main content.Source links in list of trustbuilders should be accurate and clickable. When query is related to newsletters give always heuristics and creative techniques. Do not use words like 'realm'. ",
809
 
810
  "chat_history": st.session_state.chat_history
811
  })