Update RECOMMENDATIONS format to use ASCII tables with @handles
- Changed from numbered list to ASCII box-drawing table format - Added "Key Sources" column that MUST include @handles from X posts - Added explicit instructions to parse and display highest-engagement handles - Matches the output quality of the original xAI version Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -215,16 +215,27 @@ Identify from the ACTUAL RESEARCH OUTPUT:
|
|||||||
|
|
||||||
**FIRST - What I learned (based on QUERY_TYPE):**
|
**FIRST - What I learned (based on QUERY_TYPE):**
|
||||||
|
|
||||||
**If RECOMMENDATIONS** - Show specific things mentioned:
|
**If RECOMMENDATIONS** - Show specific things mentioned in ASCII TABLE format:
|
||||||
```
|
```
|
||||||
Most mentioned:
|
🏆 Most mentioned:
|
||||||
1. [Specific name] - mentioned {n}x (r/sub, @handle, blog.com)
|
|
||||||
2. [Specific name] - mentioned {n}x (sources)
|
┌────────────────────┬─────────────┬───────────┬─────────────────────────────────────┐
|
||||||
3. [Specific name] - mentioned {n}x (sources)
|
│ Name │ Details │ Mentions │ Key Sources │
|
||||||
|
├────────────────────┼─────────────┼───────────┼─────────────────────────────────────┤
|
||||||
|
│ [Specific name] │ [context] │ {n}x │ @handle1, @handle2, r/sub, blog.com │
|
||||||
|
│ [Specific name] │ [context] │ {n}x │ @handle3, Rolling Stone, Complex │
|
||||||
|
│ [Specific name] │ [context] │ {n}x │ r/sub, @handle4, Variety │
|
||||||
|
└────────────────────┴─────────────┴───────────┴─────────────────────────────────────┘
|
||||||
|
|
||||||
Notable mentions: [other specific things with 1-2 mentions]
|
Notable mentions: [other specific things with 1-2 mentions]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**CRITICAL for RECOMMENDATIONS:**
|
||||||
|
- Use ASCII box-drawing characters (┌ ─ ┬ ┐ │ ├ ┼ ┤ └ ┴ ┘) for tables
|
||||||
|
- "Key Sources" column MUST include actual @handles from X posts (e.g., @LONGLIVE47, @ByDobson)
|
||||||
|
- Include subreddit names (r/hiphopheads) and web sources (Complex, Variety)
|
||||||
|
- Parse @handles from research output and include the highest-engagement ones
|
||||||
|
|
||||||
**If PROMPTING/NEWS/GENERAL** - Show synthesis and patterns:
|
**If PROMPTING/NEWS/GENERAL** - Show synthesis and patterns:
|
||||||
```
|
```
|
||||||
What I learned:
|
What I learned:
|
||||||
|
|||||||
Reference in New Issue
Block a user