This is an agent that applies specific transformations on text.
An example that lowercases the provided contents:
- name: "Normalise text"
type: "text-normaliser"
configuration:
make-lowercase: true
trim-spaces: true
With the configuration above and an input of "HI there with a TRAILING space ", the output is hi there with a trailing space.
Checkout the full configuration properties in the API Reference page.