Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Pass Output from One Task to the Next in SequentialFlow? #5

Open
a616101 opened this issue Nov 8, 2024 · 1 comment
Open

Comments

@a616101
Copy link

a616101 commented Nov 8, 2024

Hi, I noticed there's a SequentialFlow class in the code. Following the usage patterns for this class, I've created multiple tasks, and it seems that they execute in sequence as expected. However, I’m unsure how to pass the result of the first task (or its tool) as an input parameter to the next task. Could you advise on the best way to achieve this?

@thesurlydev
Copy link
Owner

@a616101 This feature still needs to be implemented. Note that much of this framework was created in the early days of Spring AI (pre-1.0.0) and I paused adding more features until Spring AI was further along. That being said, I'm happy to accept pull requests :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants