parent
e326d86867
commit
e2e18318d5
2 changed files with 13 additions and 0 deletions
|
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue