diff --git a/docs/docs/getting-started/canvas.mdx b/docs/docs/getting-started/canvas.mdx index 0b78432ea..bfd71c63b 100644 --- a/docs/docs/getting-started/canvas.mdx +++ b/docs/docs/getting-started/canvas.mdx @@ -80,6 +80,19 @@ To debug, hover over the component status to see the outputs. +### 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. + + + ### 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. diff --git a/docs/static/img/multiple-outputs.png b/docs/static/img/multiple-outputs.png new file mode 100644 index 000000000..aa96fcd18 Binary files /dev/null and b/docs/static/img/multiple-outputs.png differ