Skip to main content
For the complete documentation index for agents and LLMs, see llms.txt.

StringJoiner

Basic Information

  • Type: haystack_integrations.testing.sample_components.joiner.StringJoiner

Inputs

ParameterTypeDefaultDescription
input_strVariadic[str]

Outputs

ParameterTypeDefaultDescription
outputstr

Overview

Work in Progress

Bear with us while we're working on adding pipeline examples and most common components connections.

Usage Example

components:
StringJoiner:
type: testing.sample_components.joiner.StringJoiner
init_parameters:

Parameters

Init Parameters

These are the parameters you can configure in Pipeline Builder:

ParameterTypeDefaultDescription

Run Method Parameters

These are the parameters you can configure for the component's run() method. This means you can pass these parameters at query time through the API, in Playground, or when running a job. For details, see Modify Pipeline Parameters at Query Time.

ParameterTypeDefaultDescription
input_strVariadic[str]