lean_term_goal
Retrieve the expected type at a specified position in a Lean file, revealing the term goal to guide proof development.
Instructions
Get the expected type at a position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | Line number (1-indexed) | |
| column | No | Column (defaults to end of line) | |
| file_path | Yes | Absolute or project-root-relative path to Lean file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line_context | Yes | Source line where term goal was queried | |
| expected_type | No | Expected type at this position |