-
Notifications
You must be signed in to change notification settings - Fork 514
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
Multiple tool example #293
Multiple tool example #293
Conversation
Thank you @touseefahmed96, nice addition! Could you also add a commented out builder to make a CodeAgent instead, in order to emphasize that the two can be switched out easily? |
@aymeric-roucher I also added the CodeAgent and commented it. Also i have tested the code. |
Amazing @touseefahmed96 , LGTM 🚀 |
@touseefahmed96 there's still a quality issue to change on the code! Also FYI later I'm going to remove the tool_calling in this example's name and set CodeAgent as the main example (we want to emphasize support of CodeAgent over ToolCallingAgent) |
@aymeric-roucher What should i do to fix the quality issue on the code and do you want me to set the default agent to CodeAgent and comment the ToolCallingAgent? |
@touseefahmed96 for the quality of code, run |
@aymeric-roucher Fixed the quality issue and now default agent is CodeAgent |
For future contributions, you can fix quality issues just running: make style |
An Example for calling multiple tools in ToolCallingAgent