Wajahat698 commited on
Commit
a03e85f
·
verified ·
1 Parent(s): 5d9f52d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -486,7 +486,7 @@ if prompt :
486
  try:
487
  # Generate response using the agent executor
488
  output = agent_executor.invoke({
489
- "input": f"{prompt}Be specific with numbers, dates, people, and dollar amount.Search and Provide correct sources of all the results . Respond directly to the query without any introductory phrases or meta-commentary. Your response should be natural and read as if it's addressing the query immediately, without any preamble. Create Creative Headlines using main Trust Bucket targeted always use active language like 'Lets dicover'or 'Watch it grow' etc. ",
490
 
491
  "chat_history": st.session_state.chat_history
492
  })
 
486
  try:
487
  # Generate response using the agent executor
488
  output = agent_executor.invoke({
489
+ "input": f"{prompt}Be specific with numbers, dates, people, and dollar amount.Search and Provide correct sources of all the results . Respond directly to the query without any introductory phrases or meta-commentary. Your response should be natural and read as if it's addressing the query immediately, without any preamble. Create Creative Headlines using main Trust Bucket targeted always use active language like 'Lets dicover'or 'Watch it grow' etc. ALways give space between your words properly. ",
490
 
491
  "chat_history": st.session_state.chat_history
492
  })