get_extraction_guidance
Provides step-by-step instructions for extracting a function from Python code, aiding in refactoring without automatic changes.
Instructions
Get detailed step-by-step guidance for extracting functions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Python file content | |
| file_path | No | Path to Python file | |
| function_name | No | Name of function to analyze for extraction |