I think HelloSequence sample is not good to explain function chaining.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@options What do you think would be a better example to use?
Regarding the first lines of this doc, where it states, that often output of one function is the input of the next and so on..., I would suggest, to take an example, that builds up a string (e.g. Start "" -> Func1 >> "The" -> Func2 >> "The big" -> Func3 >> "The big green" -> Func4 >> "The big green apple." -> End) This is not that optimal example, but it demonstrates the core of the topic.
That's fair feedback. We'll look into updating this sample.
Most helpful comment
Regarding the first lines of this doc, where it states, that often output of one function is the input of the next and so on..., I would suggest, to take an example, that builds up a string (e.g. Start "" -> Func1 >> "The" -> Func2 >> "The big" -> Func3 >> "The big green" -> Func4 >> "The big green apple." -> End) This is not that optimal example, but it demonstrates the core of the topic.