add_function_output
Add an output parameter to a Blueprint function, allowing the function to return additional data to its callers.
Instructions
Add an output 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 |