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

Questions about tools and agent #438

Closed
deku0818 opened this issue Oct 26, 2023 · 7 comments
Closed

Questions about tools and agent #438

deku0818 opened this issue Oct 26, 2023 · 7 comments
Labels
question Further information is requested rag retrieve-augmented generative agents

Comments

@deku0818
Copy link

I define a tool in autogen, and then have a group chat and find that all agents can use this tool, I want to specify a certain agent to use this tool, but other agents can not use it. What should I do?

@gagb
Copy link
Collaborator

gagb commented Oct 26, 2023

By tools do you mean function calls? If so, consider only making a subset of AssistantAgents aware of the functions. They'll use a different llm_config compared to others.

@gagb gagb added the question Further information is requested label Oct 26, 2023
@deku0818
Copy link
Author

By tools do you mean function calls? If so, consider only making a subset of AssistantAgents aware of the functions. They'll use a different llm_config compared to others.你所说的工具是指函数调用吗?如果是这样,请考虑仅让一部分 AssistantAgent 了解这些功能。与其他人相比,他们将使用不同的 llm_config 。

Thank you! But How to control the order of speaking

@gagb
Copy link
Collaborator

gagb commented Oct 27, 2023

@LittleLittleCloud may have advice for controling order

@sonichi
Copy link
Contributor

sonichi commented Oct 28, 2023

@deku0818 How would you like the speaking order to be? Static?

@deku0818
Copy link
Author

@deku0818 How would you like the speaking order to be? Static? 您希望发言顺序如何?静止的?

can be static,
I have a relatively fixed workflow, but it can't be that my agents run in a certain order.I want to achieve the effect that when I propose a problem, the agent will split the problem, obtain the corresponding information from my knowledge base, and then combine the information to generate code to solve the problem

@sonichi
Copy link
Contributor

sonichi commented Nov 5, 2023

Have you considered using https://microsoft.github.io/autogen/blog/2023/10/18/RetrieveChat to solve it? @thinkall is the author of it.

@sonichi sonichi added the rag retrieve-augmented generative agents label Nov 5, 2023
@thinkall
Copy link
Collaborator

thinkall commented Apr 6, 2024

Tool/function usage is convenient now, close this very old issue.

@thinkall thinkall closed this as completed Apr 6, 2024
jackgerrits pushed a commit that referenced this issue Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested rag retrieve-augmented generative agents
Projects
None yet
Development

No branches or pull requests

4 participants