Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -845,7 +845,7 @@ if prompt :
|
|
| 845 |
# Generate response using the agent executor
|
| 846 |
output = agent_executor.invoke({
|
| 847 |
|
| 848 |
-
"input": f"{prompt}
|
| 849 |
|
| 850 |
|
| 851 |
"chat_history": st.session_state.chat_history
|
|
|
|
| 845 |
# Generate response using the agent executor
|
| 846 |
output = agent_executor.invoke({
|
| 847 |
|
| 848 |
+
"input": f"{prompt}.Please when providing source links that should be accurate search and it and them embed it only in list of trustbuilders not in the main content.Source links in list of trustbuilders should be accurate and clickable.Aim to humanize the text—use natural, approachable language that avoids flowery or overly formal expressions.When query is related to newsletters give always heuristics and creative techniques",
|
| 849 |
|
| 850 |
|
| 851 |
"chat_history": st.session_state.chat_history
|