[Docs] - Multiple outputs (#2256)

multiple-outputs
This commit is contained in:
Mendon Kissling 2024-06-22 12:05:59 -04:00 committed by GitHub
commit e2e18318d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 KiB