FString
Takes a template string and a list of variables in input and returns the formatted string in output.
Basic Information
- Type:
haystack_integrations.testing.sample_components.fstring.FString
Inputs
| Parameter | Type | Default | Description |
|---|---|---|---|
| template | Optional[str] | None |
Outputs
| Parameter | Type | Default | Description |
|---|---|---|---|
| string | str |
Overview
Work in Progress
Bear with us while we're working on adding pipeline examples and most common components connections.
Takes a template string and a list of variables in input and returns the formatted string in output.
Usage Example
components:
FString:
type: testing.sample_components.fstring.FString
init_parameters:
Parameters
Init Parameters
These are the parameters you can configure in Pipeline Builder:
| Parameter | Type | Default | Description |
|---|
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.
| Parameter | Type | Default | Description |
|---|---|---|---|
| template | Optional[str] | None |
Was this page helpful?