You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2022. It is now read-only.
The agent builder has a method called WithDefaultOutput, which allows for specifying an output operator that will be attached to the end of a linear pipeline. This is currently not working as intended.
Expectation:
A pipeline with operators A -> B and default output C, should produce A -> B -> C
Result:
Currently, B is not connected to C
The text was updated successfully, but these errors were encountered:
The agent builder has a method called
WithDefaultOutput
, which allows for specifying an output operator that will be attached to the end of a linear pipeline. This is currently not working as intended.Expectation:
A pipeline with operators
A -> B
and default outputC
, should produceA -> B -> C
Result:
Currently,
B
is not connected toC
The text was updated successfully, but these errors were encountered: