string_join
Combine array elements into a single string using a delimiter of your choice.
Instructions
Join an array into text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parts | Yes | The array of strings to join | |
| delimiter | No | The delimiter to join with |