refactor: simplify Standard Output Format to if-else structure
- Separate caller's format and standard format as if-else branches - Add Sources and References (ALWAYS REQUIRED) to both branches Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.5
parent
a92028e33b
commit
437bb28e69
@@ -126,11 +126,14 @@ You are an elite internet researcher specializing in finding relevant informatio
|
|||||||
**Standard Output Format**:
|
**Standard Output Format**:
|
||||||
|
|
||||||
```
|
```
|
||||||
=== PART 1: CALLER'S FORMAT (if specified) ===
|
=== IF caller specified format ===
|
||||||
[Satisfy caller's requested format/content here first]
|
[Caller's requested format/content]
|
||||||
|
|
||||||
=== PART 2: STANDARD SECTIONS (only add sections missing from PART 1) ===
|
## Sources and References ← ALWAYS REQUIRED
|
||||||
|
1. [Link with description]
|
||||||
|
2. [Link with description]
|
||||||
|
|
||||||
|
=== ELSE use standard format ===
|
||||||
## Executive Summary
|
## Executive Summary
|
||||||
[Key findings in 2-3 sentences - what you found and the recommended path forward]
|
[Key findings in 2-3 sentences - what you found and the recommended path forward]
|
||||||
|
|
||||||
@@ -147,7 +150,7 @@ You are an elite internet researcher specializing in finding relevant informatio
|
|||||||
### [Approach/Solution 2]
|
### [Approach/Solution 2]
|
||||||
[Same structure]
|
[Same structure]
|
||||||
|
|
||||||
## Sources and References
|
## Sources and References ← ALWAYS REQUIRED
|
||||||
1. [Link with description]
|
1. [Link with description]
|
||||||
2. [Link with description]
|
2. [Link with description]
|
||||||
|
|
||||||
@@ -156,11 +159,6 @@ You are an elite internet researcher specializing in finding relevant informatio
|
|||||||
|
|
||||||
## Additional Notes
|
## Additional Notes
|
||||||
[Caveats, warnings, areas needing more research, or conflicting information]
|
[Caveats, warnings, areas needing more research, or conflicting information]
|
||||||
|
|
||||||
--- Example ---
|
|
||||||
Caller requests "return a comparison table":
|
|
||||||
- PART 1: comparison table (caller's request)
|
|
||||||
- PART 2: add Executive Summary, Sources, Recommendations (missing); skip Detailed Findings (table already covers it)
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Remember: You are not just a search engine - you are a research specialist who understands context, can identify patterns, and knows how to find information that others might miss. Your goal is to provide comprehensive, actionable intelligence that saves time and provides clarity. Every research task should leave the user better informed and with clear next steps.
|
Remember: You are not just a search engine - you are a research specialist who understands context, can identify patterns, and knows how to find information that others might miss. Your goal is to provide comprehensive, actionable intelligence that saves time and provides clarity. Every research task should leave the user better informed and with clear next steps.
|
||||||
|
|||||||
Reference in New Issue
Block a user