Files
agent-skills/skills/text-concatenation/examples.md
T
2026-08-08 22:56:53 +00:00

11 lines
296 B
Markdown

# Examples: text-concatenation
## Usage Example
```python
# How to use this skill
# Inputs: text_a, text_b
# Process: Create a Blacknode Graph instance → Add a Text node with param value set to text_a → Add a second Text node with param value set to text_b
# Outputs: concatenated_text
```