選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

concentrator.mdx 1.1KB

1234567891011121314151617181920212223242526
  1. ---
  2. sidebar_position: 10
  3. slug: /concentrator_component
  4. ---
  5. # Concentrator component
  6. A component that directs execution flow to multiple downstream components.
  7. ---
  8. The **Concentrator** component acts as a "repeater" of execution flow, transmitting a flow to multiple downstream components.
  9. ## Scenarios
  10. A **Concentrator** component enhances the current UX design. For a component originally designed to support only one downstream component, you can append a **Concentrator**, enabling it to have multiple downstream components.
  11. ## Examples
  12. Explore our general-purpose chatbot agent template, featuring a **Concentrator** component (component ID: **medical**) that relays an execution flow from category 2 of the **Categorize** component to two translator components:
  13. 1. Click the **Agent** tab at the top center of the page to access the **Agent** page.
  14. 2. Click **+ Create agent** on the top right of the page to open the **agent template** page.
  15. 3. On the **agent template** page, hover over the **General-purpose chatbot** card and click **Use this template**.
  16. 4. Name your new agent and click **OK** to enter the workflow editor.