From dc6bc753bc5ccad12cea74f36f2354b526c9c8c0 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Wed, 16 Jul 2025 17:42:37 -0400 Subject: [PATCH] docs: clarify group components false behavior (#9046) clarify-group-outputs-false --- docs/docs/Concepts/concepts-components.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/Concepts/concepts-components.mdx b/docs/docs/Concepts/concepts-components.mdx index 070c15b44..74b227b97 100644 --- a/docs/docs/Concepts/concepts-components.mdx +++ b/docs/docs/Concepts/concepts-components.mdx @@ -95,6 +95,9 @@ For example, the **Language Model** component includes **Model Response** or **L The **Model Response** output sends a [Message](/concepts-objects#message-object) output on to another Message port. The **Language Model** output can be connected to components like [Structured output](/components-processing#structured-output) to use the LLM to power the component's reasoning. +In the component code, `group_outputs` is set to `False` by default, which forces the outputs into the same dropdown menu, and only allows one output to be selected. +When `group_outputs=True`, outputs are displayed individually. + ![Output type selection in the Language Model component](/img/select-output.png) ### Port colors