536add1ef9
Extracted from: https://github.com/temiroff/Blacknode.git Score: 1.0
11 lines
296 B
Markdown
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
|
|
```
|