docs: clarify group components false behavior (#9046)

clarify-group-outputs-false
This commit is contained in:
Mendon Kissling 2025-07-16 17:42:37 -04:00 committed by GitHub
commit dc6bc753bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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