536add1ef9
Extracted from: https://github.com/temiroff/Blacknode.git Score: 1.0
1.7 KiB
1.7 KiB
name, version, description, inputs, steps, outputs, tags, metadata
| name | version | description | inputs | steps | outputs | tags | metadata | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| text-concatenation | 1.0.0 | Concatenate two text inputs using Blacknode node graph |
|
|
|
|
text-concatenation
Concatenate two text inputs using Blacknode node graph
Steps
- 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
- Add a Concat node that accepts inputs 'a' and 'b' and outputs 'value'
- Add an Output node with input port 'value'
- Connect first Text node 'value' port to Concat 'a' port
- Connect second Text node 'value' port to Concat 'b' port
- Connect Concat 'value' port to Output 'value' port
- Invoke graph cook on Output 'value' to evaluate and return result
Inputs
- text_a
- text_b
Outputs
- concatenated_text
Failure Modes
- Port name mismatch causes connection error
- Missing runtime or graph not initialized
- Cook on nonexistent node returns error
Source
Extracted from: https://github.com/temiroff/Blacknode.git Confidence: 0.9