Files
agent-skills/skills/text-concatenation-pipeline/examples.md
2026-08-08 22:42:46 +00:00

11 lines
360 B
Markdown

# Examples: text-concatenation-pipeline
## Usage Example
```python
# How to use this skill
# Inputs: text_a (string), text_b (string)
# Process: Instantiate a Text node with parameter value set to text_a → Instantiate a Text node with parameter value set to text_b → Instantiate a Concat node with no parameters
# Outputs: concatenated_text (string)
```