suggest_fixes
Suggests fixes for code errors by analyzing error messages and contextual data against historical error patterns.
Instructions
Get intelligent fix suggestions for errors based on historical data, error patterns, and contextual analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of fix suggestions to return (default: 5) | |
| file_path | No | Path to the file where the error occurred (optional) | |
| error_type | No | The type/category of error (optional - will be auto-detected if not provided) | |
| line_number | No | Line number where error occurred (optional) | |
| error_message | Yes | The error message you encountered | |
| function_name | No | Name of the function where error occurred (optional) |