analyze_intent
Analyzes developer prompts to detect intent, identify entities, and recommend structured approaches for code generation.
Instructions
Analyze a prompt without enhancement, returning the detected intent, entities, and recommended approach.
Args: prompt: The developer prompt to analyze
Returns: Structured intent analysis
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes |