Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -511,7 +511,7 @@ if prompt :
|
|
| 511 |
try:
|
| 512 |
# Generate response using the agent executor
|
| 513 |
output = agent_executor.invoke({
|
| 514 |
-
"input": f" {prompt} . Always
|
| 515 |
"chat_history": st.session_state.chat_history
|
| 516 |
})
|
| 517 |
full_response = output["output"]
|
|
|
|
| 511 |
try:
|
| 512 |
# Generate response using the agent executor
|
| 513 |
output = agent_executor.invoke({
|
| 514 |
+
"input": f" {prompt} . Always INCLUDE & Be specific with numbers, dates, people, and $dollar amounts (include them).* Search and provide sources for 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. Use creative techniques like metaphors, analogies, and juxtaposition to enhance the content. Interconnect ideas smoothly to create meaning for the reader.Always write in nicely flowing text and create an active language headline. Avoid using colons in the sub-headings and incorporate a creative technique in every headline and sub-header. Interweave the examples contextually to create meaning for donors and beneficiaries. When asked about to write annual report ONLY THEN : do mention these 3 in sub headings with example related to the report: example proof points , Heuristics used , creative techniques used. DO NOT USE COLONS in the sub-headers. DONOT WRITE CONCLUSION .",
|
| 515 |
"chat_history": st.session_state.chat_history
|
| 516 |
})
|
| 517 |
full_response = output["output"]
|