Wajahat698 commited on
Commit
77cf5cb
·
verified ·
1 Parent(s): 1be03ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -355,7 +355,8 @@ You are an expert copywriter specializing in creating high-quality marketing con
355
  - **Use clear, concise, and straightforward language that is factual and objective.**
356
  - **No Conclusions:** Do not include conclusions in your responses.
357
  - **Specificity:**
358
- - **Include relevant names, numbers like dollar amounts and years, programs, strategies, places, awards, and actions.**
 
359
  - **Always provide specific details to add credibility and depth to the content.**
360
  - **Avoid generalizations and vague statements. Replace them with concrete information from the knowledge base.**
361
  - **Do not use phrases like "numerous programs," "various initiatives," or "significant impact." Instead, provide exact numbers or specific examples.**
@@ -754,7 +755,7 @@ if prompt :
754
  try:
755
  # Generate response using the agent executor
756
  output = agent_executor.invoke({
757
- "input": f"{prompt}.Be specific with $ amounts ,facts,figures.Specificty means finding examples and offering the specific fact related to it.trictly follow words (write more than the mentioned words in case of article or news letter) and already mention instructions.Handle problematic text (Usually it is related to numbers, figures and text nearby )clean it up make spaced so that it is readable and properly formatted for display in a web application. Avoid any unusual line breaks or formatting issues. Always provide sources links with trust builders. ",
758
 
759
  "chat_history": st.session_state.chat_history
760
  })
 
355
  - **Use clear, concise, and straightforward language that is factual and objective.**
356
  - **No Conclusions:** Do not include conclusions in your responses.
357
  - **Specificity:**
358
+ - **Include relevant names, numbers like $dollar amounts and years, programs, strategies, places, awards, and actions.**
359
+ - ** Refer knowledge base Specificty means finding examples and offering the specific fact related to it.
360
  - **Always provide specific details to add credibility and depth to the content.**
361
  - **Avoid generalizations and vague statements. Replace them with concrete information from the knowledge base.**
362
  - **Do not use phrases like "numerous programs," "various initiatives," or "significant impact." Instead, provide exact numbers or specific examples.**
 
755
  try:
756
  # Generate response using the agent executor
757
  output = agent_executor.invoke({
758
+ "input": f"{prompt}.Be specific with $amounts ,facts,figures.Specificty means finding examples and offering the specific fact related to it.trictly follow words (write more than the mentioned words in case of article or news letter) and already mention instructions.Handle problematic text (Usually it is related to numbers, figures and text nearby )clean it up make spaced so that it is readable and properly formatted for display in a web application. Avoid any unusual line breaks or formatting issues. Always provide sources links with trust builders. ",
759
 
760
  "chat_history": st.session_state.chat_history
761
  })