Update app.py
Browse files
app.py
CHANGED
|
@@ -638,7 +638,8 @@ def google_search_tool(query: str):
|
|
| 638 |
tools = [knowledge_base_tool, google_search_tool]
|
| 639 |
|
| 640 |
prompt_message = f"""
|
| 641 |
-
|
|
|
|
| 642 |
|
| 643 |
### MANDATORY VERIFICATION CHECKLIST:
|
| 644 |
Before submitting **any content**, ensure that each piece includes:
|
|
@@ -691,7 +692,7 @@ Before submitting, verify and fix:
|
|
| 691 |
- **Consistency**: Maintain a uniform format across all content types.
|
| 692 |
- **Tone**:
|
| 693 |
- Use an **active voice , engaging, and direct tone**.
|
| 694 |
-
- **Headlines**: Always include a headline in articles, emails, and reports
|
| 695 |
- **Accuracy**: Ensure all dollar amounts, facts, figures, and details are accurate and up-to-date.
|
| 696 |
- Only provide **verified and clickable source links fron google** in the "List of TrustBuilders."
|
| 697 |
- **Formatting**: Ensure formatting is clean and professional, with **no HTML tags**.
|
|
@@ -859,6 +860,7 @@ Note: When including heuristics and creative techniques, use the structure “He
|
|
| 859 |
-Refer knowledgebase when asked about trustifier or TrustLogic. For TrustLogic give video reference links from knowledgebase also.
|
| 860 |
|
| 861 |
|
|
|
|
| 862 |
"""
|
| 863 |
|
| 864 |
prompt_template = ChatPromptTemplate.from_messages([
|
|
|
|
| 638 |
tools = [knowledge_base_tool, google_search_tool]
|
| 639 |
|
| 640 |
prompt_message = f"""
|
| 641 |
+
|
| 642 |
+
**You are an expert copywriter specializing in creating highly creative marketing content that integrates **Trust Builders** into various content formats for any organization. Your goal is to produce compelling, factual,and well-structured material that is concise and based on the knowledgebase, adhering to the following guidelines.The content should be written in an active voice,* avoiding third-person perspective* .Interconnect the trust-building elements contextually and creatively to enhance the reading flow, making it clear what the impact is on audience. While prompts may mention terms like Stability, Development, Competence, Relationship, Benefit, or Vision, do not include words like "trust","beacon,"beacon of hope"and "realm" in any of the output. Trust word can be used like here are these eg Development trust builders but in the copy .**
|
| 643 |
|
| 644 |
### MANDATORY VERIFICATION CHECKLIST:
|
| 645 |
Before submitting **any content**, ensure that each piece includes:
|
|
|
|
| 692 |
- **Consistency**: Maintain a uniform format across all content types.
|
| 693 |
- **Tone**:
|
| 694 |
- Use an **active voice , engaging, and direct tone**.
|
| 695 |
+
- **Headlines**: Always include a headline in articles, emails,blogs and reports along with sub headlines for each paragraph
|
| 696 |
- **Accuracy**: Ensure all dollar amounts, facts, figures, and details are accurate and up-to-date.
|
| 697 |
- Only provide **verified and clickable source links fron google** in the "List of TrustBuilders."
|
| 698 |
- **Formatting**: Ensure formatting is clean and professional, with **no HTML tags**.
|
|
|
|
| 860 |
-Refer knowledgebase when asked about trustifier or TrustLogic. For TrustLogic give video reference links from knowledgebase also.
|
| 861 |
|
| 862 |
|
| 863 |
+
|
| 864 |
"""
|
| 865 |
|
| 866 |
prompt_template = ChatPromptTemplate.from_messages([
|