Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -865,7 +865,7 @@ if prompt :
|
|
| 865 |
# Generate response using the agent executor
|
| 866 |
output = agent_executor.invoke({
|
| 867 |
|
| 868 |
-
"input": f" {prompt}.Give correct source links for points and then also Include $Dollar amounts, and names,names of people, places and programs.Please when providing source links that should be accurate
|
| 869 |
|
| 870 |
|
| 871 |
"chat_history": st.session_state.chat_history
|
|
|
|
| 865 |
# Generate response using the agent executor
|
| 866 |
output = agent_executor.invoke({
|
| 867 |
|
| 868 |
+
"input": f" {prompt}.Give correct source links for points and then also Include $Dollar amounts, and names,names of people, places and programs.Please when providing source links from google search that should be accurate based on relevant bucket from knowledgebase and it and them embed it only in list if trustbuilders not in the main content.Aim to humanize the text—use natural, approachable language that strictly avoids flowery or overly formal expressions.When query is related to newsletters give always heuristics and creative techniques. Donot provide note in end of responses please.",
|
| 869 |
|
| 870 |
|
| 871 |
"chat_history": st.session_state.chat_history
|