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

Feat: Manage Testsets From CLI #1178

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

devgenix
Copy link
Contributor

@devgenix devgenix commented Jan 10, 2024

  • Create Testsets
    • Without command flags agenta testset add <file_name> <testset_name>
image
  • With command flags agenta testset add --file_name <file_name> -- testset_name <testset_name>
image
  • List Testsets
    • agenta testset list
image image
  • Delete Testsets
    • agenta testset remove
image image
  • agenta testset remove <testset_id>
image
  • agenta testset remove --testset_id <testset_id>
image

When merged, this PR closes #1001

@devgenix devgenix added the CLI label Jan 10, 2024
@devgenix devgenix self-assigned this Jan 10, 2024
@devgenix devgenix linked an issue Jan 10, 2024 that may be closed by this pull request
@devgenix devgenix marked this pull request as draft January 10, 2024 08:52
@devgenix devgenix marked this pull request as ready for review January 10, 2024 10:51
@aybruhm aybruhm self-assigned this May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create test sets from CLI
2 participants