Skip to content

[FEATURE]Fetch chatbot root agent id before execution #154

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

Closed
xluo-aws opened this issue Feb 22, 2024 · 1 comment
Closed

[FEATURE]Fetch chatbot root agent id before execution #154

xluo-aws opened this issue Feb 22, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request untriaged Issues that have not yet been triaged v2.13.0

Comments

@xluo-aws
Copy link
Member

Is your feature request related to a problem?
The current implementation is only retrieve root agent id if execution fails with resource node found error. The reason is that the get root agent id API is heavy because it need to loop through all agents to match the root agent name. It impacts user experience, admin need to remember to deprovision the current root agent to make the new one take effect.

What solution would you like?
The new solution is to call get root agent id every time before execute the agent. The get root agent id is enhanced with a very light implementation so performance and latency is no longer a concern.

What alternatives have you considered?
Keep the current logic

Do you have any additional context?
No

@xluo-aws xluo-aws added enhancement New feature or request untriaged Issues that have not yet been triaged v2.13.0 labels Feb 22, 2024
@xluo-aws xluo-aws moved this to 🔖 Planned in Olly Project@SH Feb 22, 2024
@xluo-aws xluo-aws moved this from 🔖 Planned to 📋 Backlog in Olly Project@SH Feb 22, 2024
@gaobinlong
Copy link
Collaborator

Closed by #165.

@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in Olly Project@SH Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request untriaged Issues that have not yet been triaged v2.13.0
Projects
Status: ✅ Done
Development

No branches or pull requests

2 participants