Skip to content

Integration of select and cancel #65

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

Open
kakasoo opened this issue Feb 28, 2025 · 1 comment
Open

Integration of select and cancel #65

kakasoo opened this issue Feb 28, 2025 · 1 comment

Comments

@kakasoo
Copy link
Contributor

kakasoo commented Feb 28, 2025

When building our agent, there are two internal agents called select and cancel. The select agent is responsible for choosing a tool based on the user's utterance, while the cancel agent handles canceling the selection. These separate agents impact performance, so we need to merge them into a single agent.

@kakasoo
Copy link
Contributor Author

kakasoo commented Feb 28, 2025

But in my case, there was a case where I didn't use the tool at all when I made the agent. In this case, I don't think there's a big problem if there's just a describe inside. So if there's no tool at all, I don't think it's okay to make all the tool-related agents pass including Select.

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