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
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?
The text was updated successfully, but these errors were encountered:
@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 :)
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?
The text was updated successfully, but these errors were encountered: