Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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}
|
| 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 |
})
|