
Combiner du texte
Fusionnez deux entrées de texte en une seule avec le composant Combiner du texte, simplifiant la consolidation d’informations dans vos workflows FlowHunt.
Description du composant
Comment fonctionne le composant Combiner du texte
Component: Combine Text
The Combine Text component is designed to take two separate pieces of text and merge them into a single output. This is especially useful in AI workflows where you need to concatenate text data from different sources or stages before further processing.
What Does This Component Do?
At its core, the Combine Text component accepts two text inputs and joins them together. You can also specify a delimiter, which is a character or string that will appear between the two combined texts (for example, a space, comma, line break, etc.). If no delimiter is provided, the texts are joined directly.
This component is ideal for scenarios such as:
- Merging user input with system messages
- Combining results from different model outputs
- Preparing prompts for large language models
Inputs
| Input Name | Display Name | Type | Required | Description |
|---|---|---|---|---|
| input_text_1 | First Text | String | No | First text to combine |
| input_text_2 | Second Text | String | No | Second text to combine |
| delimiter | Delimiter | String | No | Separator between the two texts |
- First Text: The initial text segment you want to include in the combination.
- Second Text: The second text segment to append after the first.
- Delimiter: (optional) Any character(s) to insert between the two texts (e.g., space
" ", comma",", newline"\n"). Leaving this blank will concatenate the texts directly.
Outputs
| Output Name | Display Name | Type | Description |
|---|---|---|---|
| combine text | Combined Text | String | The resulting merged text |
The output is a single string containing both input texts, separated by the chosen delimiter.
Example Usage
Suppose you have:
- First Text: “Hello”
- Second Text: “World”
- Delimiter: “, "
The output will be:
Hello, World
Why Use This Component?
- Flexibility: Easily combine text streams from different parts of your workflow.
- Preprocessing: Prepare inputs for models that require concatenated or formatted text.
- Customization: Choose any delimiter that fits your use case, or leave it blank for direct concatenation.
Summary
The Combine Text component is a simple yet powerful tool for joining two text inputs with an optional delimiter. It can be used in a variety of AI and data processing workflows wherever text merging is required.
Questions fréquemment posées
- Que fait le composant Combiner du texte ?
Le composant Combiner du texte fusionne deux entrées de texte distinctes en une seule sortie, éventuellement séparées par un délimiteur personnalisé.
- Puis-je utiliser un délimiteur personnalisé ?
Oui, vous pouvez spécifier n'importe quel délimiteur pour séparer les textes combinés, ou le laisser vide pour une concaténation directe.
- Quand dois-je utiliser le composant Combiner du texte ?
Utilisez-le chaque fois que vous devez réunir des informations provenant de différentes étapes ou sources de workflow en un seul message.
- Quels types d'entrée sont pris en charge ?
Le composant fonctionne avec toute entrée basée sur du texte fournie dans votre workflow FlowHunt.
- Ce composant est-il adapté à l'automatisation ?
Oui, il simplifie la fusion des données textuelles, ce qui le rend utile pour automatiser des réponses, des résumés ou des sorties consolidées.
Essayez FlowHunt Combiner du texte
Commencez à créer des workflows plus intelligents en consolidant aisément les entrées de texte avec le composant Combiner du texte.