String Operations
String operation actions provide utilities for manipulating and transforming text and arrays within skill scripts — including concatenation, stringification, array creation, random selection, and summarization.
Available Actions
| Action | Description |
|---|---|
| Concat | Concatenate multiple strings together. |
| Stringify | Convert any value to its string representation. |
| CreateArray | Create an array from the provided items. |
| GetRandomChoice | Select a random item from a list. |
| Summarize | Summarize a given text. |
| Dummy | A no-op action used for debugging and logging. |
Updated 4 days ago
