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

example for multiple tools calling on demend? #59

Open
ybdesire opened this issue Jan 4, 2025 · 2 comments
Open

example for multiple tools calling on demend? #59

ybdesire opened this issue Jan 4, 2025 · 2 comments

Comments

@ybdesire
Copy link

ybdesire commented Jan 4, 2025

For instance, we create multiple tools, but it's not necessary to use them all at the same time. Instead, an agent should use different tools at different stages. Can you provide a code example for this scenario?

@SID262000
Copy link

@ybdesire If I understand the use case above correctly, you might want to consider using MultiAgents to call multiple tools separately in each sub-task level.

@ybdesire
Copy link
Author

ybdesire commented Jan 6, 2025

Thanks @SID262000 for the help. Is it possible to allow the Agent to decide which tool to invoke based on the context by itself?

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