agda_goal_type
Get the type of a specific goal or hole in an Agda file by providing the file path and goal ID. Retrieve type information to guide proof construction.
Instructions
Get the type of a specific goal/hole (without context).
Args: file_path: Absolute path to the .agda file goal_id: The goal/hole number (from agda_load output)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal_id | Yes | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |