Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Agent builder does not respect WithDefaultOutput #185

Closed
djaglowski opened this issue Jun 15, 2021 · 0 comments · Fixed by #186
Closed

Agent builder does not respect WithDefaultOutput #185

djaglowski opened this issue Jun 15, 2021 · 0 comments · Fixed by #186
Labels
bug Something isn't working

Comments

@djaglowski
Copy link
Member

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

@djaglowski djaglowski added the bug Something isn't working label Jun 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant