agda_context
Fetch the context (variable bindings) at a given goal in an Agda file to see what is available and solve the hole.
Instructions
Get the context (available bindings) at a specific goal/hole.
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 |