module aixplain.modules.agent.tool.pipeline_tool
class PipelineTool
Specialized software or resource designed to assist the AI in executing specific tasks or functions based on user commands.
Attributes:
description
(Text): description of the toolpipeline
(Union[Text, Pipeline]): pipeline
method __init__
__init__(
description: str,
pipeline: Union[str, Pipeline],
**additional_info
) → None
Specialized software or resource designed to assist the AI in executing specific tasks or functions based on user commands.
Args:
description
(Text): description of the toolpipeline
(Union[Text, Pipeline]): pipeline
method to_dict
to_dict()
method validate
validate()