Spaces:
Build error
Build error
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}be specific with numbers, dates, dollar handles, project names and names.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. Donot mention trust word anywhere in the content",
|
| 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}be specific with numbers, dates, dollar handles, project names and names. Donot mention specific in response.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. Donot mention trust word anywhere in the content",
|
| 869 |
|
| 870 |
|
| 871 |
"chat_history": st.session_state.chat_history
|