mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 07:02:37 +08:00
@ -80,6 +80,19 @@ To debug, hover over the component status to see the outputs.
|
||||
|
||||
</div>
|
||||
|
||||
### Multiple outputs
|
||||
|
||||
A component can have multiple outputs. For example, this one Chat Input component routes through three prompt chains, and returns three different responses to a single question in the Playground.
|
||||
|
||||
<ZoomableImage
|
||||
alt="Docusaurus themed image"
|
||||
sources={{
|
||||
light: useBaseUrl("img/multiple-outputs.png"),
|
||||
dark: useBaseUrl("img/multiple-outputs.png"),
|
||||
}}
|
||||
style={{ width: "40%", margin: "20px auto" }}
|
||||
/>
|
||||
|
||||
### Output Preview
|
||||
|
||||
Langflow now includes an output visualizer for components that opens a pop-up screen. This allows you to easily inspect and monitor transmissions between components, providing instant feedback on your workflows.
|
||||
|
||||
BIN
docs/static/img/multiple-outputs.png
vendored
Normal file
BIN
docs/static/img/multiple-outputs.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 388 KiB |
Reference in New Issue
Block a user