docs: clarify group components false behavior (#9046)
clarify-group-outputs-false
This commit is contained in:
parent
c65ed4559e
commit
dc6bc753bc
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||

|
||||
|
||||
### Port colors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue