📄️ Begin component
The starting component in a workflow.
📄️ Generate component
The component that prompts the LLM to respond appropriately.
📄️ Interact component
The component that accepts user inputs and displays responses.
📄️ Retrieval component
A component that retrieves information from specified datasets.
📄️ Categorize component
The component that classifies user inputs and applies strategies accordingly.
📄️ Keyword component
A component that extracts keywords from a user query.
📄️ Message component
A component that sends out a static message.
📄️ Rewrite component
A component that rewrites a user query.
📄️ Switch component
A component that evaluates whether specified conditions are met and directs the follow of execution accordingly.
📄️ Concentrator component
A component that directs execution flow to multiple downstream components.
📄️ Template component
The component that formats user inputs or the outputs of other components.
📄️ Note component
The component that keeps design notes.