record_fix
Record a successful fix for a component and error pattern, allowing the AI to learn how to resolve similar issues in future analyses.
Instructions
Record a successful fix for a component and error pattern. This helps the AI 'learn' how to fix similar issues in the future.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | Yes | Name of the analyzed project. | |
| node_id | Yes | ID of the component that was fixed. | |
| error_message | Yes | The error message that occurred. | |
| solution | Yes | The code change or steps taken to fix it. | |
| description | Yes | Brief explanation of the fix. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||