get_custom_components
List all custom components installed in your Haystack environment. Specify an optional Haystack version to match your pipeline's dependencies and retrieve a structured result with an object ID for further inspection.
Instructions
Get a list of all installed custom components.
:param haystack_version: Optional version of Haystack to use.
Pass the same version as specified in the pipeline yaml's dependencies section for the haystack-ai package.
:returns: ComponentDefinitionList model or error message string.
The output is automatically stored and can be referenced in other functions.
Returns a formatted preview with an object ID (e.g., @obj_123).
Use the object store tools in combination with the object ID to view nested properties of the object.
Use the returned object ID to pass this result to other functions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| haystack_version | No |