Replies: 1 comment 1 reply
-
Hey, good point, I haven't implemented it (yet) for the query pipeline. Streaming relies on |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was wondering what would be the best approach to implement an agent streaming a multishot query?
When I'm using a query pipeline, I basically take the output of a previous query response and inject into the next query as part of the payload. That works well but I'd like to stream the responses as they arrive and it seems Agents are the place for streaming.
So, what would be the right approach here?
Beta Was this translation helpful? Give feedback.
All reactions