edb_get_arguments
Retrieve the current function's arguments with names and values for debugging.
Instructions
Get the arguments passed to the current function. Shows argument names and values.
Returns: str: Function argument names and values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |