add_function_input
Adds an input parameter to a Blueprint function, specifying name, type, and array option.
Instructions
Add an input parameter to a Blueprint function.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_array | No | ||
| param_name | Yes | ||
| param_type | Yes | ||
| function_name | Yes | ||
| blueprint_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |