ai_assistant_analysis_prompt.md•1.14 kB
Analyze the following user request and provide a comprehensive response:
User Message: {{$json.message}}
Please provide:
1. **Request Summary**
- Main objective
- Key requirements
- Any constraints mentioned
2. **Proposed Solution**
- Step-by-step approach
- Required tools or resources
- Expected outcomes
3. **Implementation Details**
- Specific actions to take
- Code snippets if applicable
- Configuration requirements
4. **Potential Challenges**
- Common pitfalls to avoid
- Edge cases to consider
- Error handling strategies
5. **Optimization Opportunities**
- Performance improvements
- Automation possibilities
- Scalability considerations
Format your response as structured JSON with the following schema:
{
"summary": "Brief overview",
"solution": {
"steps": ["step1", "step2"],
"requirements": ["req1", "req2"]
},
"implementation": {
"code": "any code snippets",
"config": "configuration details"
},
"challenges": ["challenge1", "challenge2"],
"optimizations": ["opt1", "opt2"],
"confidence": 0.95,
"additionalNotes": "any extra context"
}