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

ActionDescription
ConcatConcatenate multiple strings together.
StringifyConvert any value to its string representation.
CreateArrayCreate an array from the provided items.
GetRandomChoiceSelect a random item from a list.
SummarizeSummarize a given text.
DummyA no-op action used for debugging and logging.