agda_intro
Fill an Agda goal by introducing a constructor or lambda abstraction. Provide the file path and goal ID, then call agda_load to refresh the goal list.
Instructions
Introduce a constructor or lambda abstraction in a goal.
Tries to fill the hole with an appropriate constructor or lambda. Call agda_load afterwards to refresh goals.
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 |