85e9337a8c
Extracted from: https://github.com/temiroff/Blacknode.git Score: 1.0
352 B
352 B
Examples: blacknode-text-concatenation-workflow
Usage Example
# How to use this skill
# Inputs: text_a: string, text_b: string
# Process: Initialize a Blacknode Graph object. → Add a Text node with parameter value set to text_a. → Add a second Text node with parameter value set to text_b.
# Outputs: concatenated_text: string