Wajahat698 commited on
Commit
dbdb7d9
·
verified ·
1 Parent(s): 0b54b5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ if prompt := st.chat_input(""):
198
  try:
199
  # Generate response using the agent executor
200
  output = agent_executor.invoke({
201
- "input": f"{prompt} 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. * Be specific with numbers, dates, people, and dollar amount.",
202
 
203
  "chat_history": st.session_state.chat_history
204
  })
 
198
  try:
199
  # Generate response using the agent executor
200
  output = agent_executor.invoke({
201
+ "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.",
202
 
203
  "chat_history": st.session_state.chat_history
204
  })