call_function
Invoke a named callable with a JSON object of keyword arguments to execute Python code in a persistent IPython environment, preserving state across calls.
Instructions
Call a live callable by name with a JSON object of keyword arguments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| arguments | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| name | Yes | ||
| error | No | ||
| result | No | ||
| runtime | No | ||
| truncated | No | ||
| name_truncated | No |