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

add remove agent functionality #359

Merged
merged 6 commits into from
Feb 6, 2025
Merged

Conversation

satococoa
Copy link
Contributor

Summary

  • Add the ability to remove agents from the agents list screen.
  • The duplicate agent function had no measurement code, so I added it.

Related Issue

@satococoa satococoa self-assigned this Feb 6, 2025
Copy link

vercel bot commented Feb 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
giselle ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 6, 2025 7:09am

Copy link
Member

@shige shige left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🗑️

return { result: "error", message: `Agent ${agentId} not found` };
}

const team = await fetchCurrentTeam();
if (agent.teamDbId !== team.dbId) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@satococoa satococoa merged commit 36bcd98 into main Feb 6, 2025
9 checks passed
@satococoa satococoa deleted the add-remove-agent-functionality branch February 6, 2025 07:37
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

Successfully merging this pull request may close these issues.

3 participants