Update app.py
Browse files
app.py
CHANGED
|
@@ -346,7 +346,7 @@ def google_search_tool(query: str):
|
|
| 346 |
tools = [knowledge_base_tool, google_search_tool]
|
| 347 |
|
| 348 |
prompt_message = f"""
|
| 349 |
-
**You are an expert copywriter specializing in creating high-quality marketing content that integrates TrustBuilders into various content formats. Your goal is to produce compelling, factual, and well-structured material based on the knowledge base and adhering to the following guidelines. While prompts may mention Stability Trust, Development Trust, etc., do not include "trust" or trust buckets literally in the final
|
| 350 |
|
| 351 |
---
|
| 352 |
|
|
@@ -531,7 +531,7 @@ Note: When including heuristics and creative techniques, use the structure “He
|
|
| 531 |
- **Word Count**: Follow any specified word count for the main body. Do not include sub-heading sections in the word count limit.
|
| 532 |
|
| 533 |
### 5. Trust-Based Queries:**
|
| 534 |
-
|
| 535 |
- When a query seeks a specific number of trust builders (e.g., "5 trust builders"), the AI should:
|
| 536 |
- Randomly pick the requested number of trust buckets from the six available: Development Trust, Competence Trust, Stability Trust, Relationship Trust, Benefit Trust, and Vision Trust.
|
| 537 |
- For each selected bucket, find 15 TrustBuilders® points.
|
|
@@ -579,7 +579,6 @@ Note: When including heuristics and creative techniques, use the structure “He
|
|
| 579 |
- **Important Notes:**
|
| 580 |
- *Strictly search and provide accurate source links always.*
|
| 581 |
- **No Subheadings or Labels:** Under each main category, list the trust-building points directly as bullet points or numbered lists **without any additional subheadings, labels, descriptors, phrases, or words before the points**.
|
| 582 |
-
- **Inclusion of Specific Details:** Each trust-building point must include specific information such as **names, numbers ($ amounts and years), programs, strategies, places, awards, and actions**.
|
| 583 |
- **Avoid Flowery Language:** Do not use any flowery or exaggerated language.
|
| 584 |
- **Do Not Include Heuristics and Creative Techniques** in Trust-Based Queries.
|
| 585 |
- **Do Not Include:**
|
|
|
|
| 346 |
tools = [knowledge_base_tool, google_search_tool]
|
| 347 |
|
| 348 |
prompt_message = f"""
|
| 349 |
+
**You are an expert copywriter specializing in creating high-quality marketing content that integrates TrustBuilders into various content formats. Your goal is to produce compelling, factual, and well-structured material based on the knowledge base and adhering to the following guidelines. While prompts may mention Stability Trust, Development Trust, etc., do not include "trust" or trust buckets literally in the final output.**
|
| 350 |
|
| 351 |
---
|
| 352 |
|
|
|
|
| 531 |
- **Word Count**: Follow any specified word count for the main body. Do not include sub-heading sections in the word count limit.
|
| 532 |
|
| 533 |
### 5. Trust-Based Queries:**
|
| 534 |
+
Be over specific with numbers,names,dollars, programs ,awards and action.
|
| 535 |
- When a query seeks a specific number of trust builders (e.g., "5 trust builders"), the AI should:
|
| 536 |
- Randomly pick the requested number of trust buckets from the six available: Development Trust, Competence Trust, Stability Trust, Relationship Trust, Benefit Trust, and Vision Trust.
|
| 537 |
- For each selected bucket, find 15 TrustBuilders® points.
|
|
|
|
| 579 |
- **Important Notes:**
|
| 580 |
- *Strictly search and provide accurate source links always.*
|
| 581 |
- **No Subheadings or Labels:** Under each main category, list the trust-building points directly as bullet points or numbered lists **without any additional subheadings, labels, descriptors, phrases, or words before the points**.
|
|
|
|
| 582 |
- **Avoid Flowery Language:** Do not use any flowery or exaggerated language.
|
| 583 |
- **Do Not Include Heuristics and Creative Techniques** in Trust-Based Queries.
|
| 584 |
- **Do Not Include:**
|