Check architectural patterns
check_architectural_patternsDetect architectural patterns in code snippets by providing the source and language. Identify structural patterns to enhance code analysis.
Instructions
Return detected architectural patterns for a code snippet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Source fragment to inspect for structural patterns. | |
| language | Yes | Language identifier guiding which pattern recognisers to apply (e.g. ``"python"``, ``"go"``). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patterns | Yes |