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

[Q] - How to call a tool sequentially? #2449

Open
alfredtan opened this issue May 20, 2024 · 1 comment
Open

[Q] - How to call a tool sequentially? #2449

alfredtan opened this issue May 20, 2024 · 1 comment

Comments

@alfredtan
Copy link

alfredtan commented May 20, 2024

call tool with chain

Hi,
I'm designing a flow where, given an input, the chain:

  1. does some basic thinking and structures an output
  2. does a search on the internet (I want to call the Web Browser tool)
  3. feeds BOTH output from steps 1 and 2 into the last chain for some final task

Note: This is the initial flow and I might add more intermediary steps.

How do I achieve step 2 using a normal chain? I want to call a tool and pass on the result. It seems to be possible on Langchain via code.

I've also looked at Agent but i'm not sure how to design the same thing, because I want to feed both (or more) steps into a final step.

I'm new to Flowise and Langchain and may not have approached this correctly.

Thanks.

@alfredtan
Copy link
Author

Hi hi, appreciate any help here, or, direct me to any resources for self-reading. thank you.

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

1 participant