repl_get_history
Retrieve the last N execution records for a session to debug prior Python REPL calls, returned as a JSON array.
Instructions
Get the last N execution records for a session.
Useful for debugging what happened in previous calls.
Returns: JSON array of execution records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |