Agenta-AI / agenta

The all-in-one LLM developer platform: prompt management, evaluation, human feedback, and deployment all in one place.

Home Page:http://www.agenta.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Redirect Issue When Deleting Evaluation in Evaluation Results View

bekossy opened this issue · comments

Describe the bug
When I delete an evaluation in the Evaluation Results view, I get redirected to an incorrect URL. Specifically, I am redirected to /apps/APP_ID/evaluations, which does not exist. Instead, the correct redirect URL should be /apps/APP_ID/evaluations/results.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the Evaluation Results view.
  2. Click on the Delete Icon and Delete the evaluation
  3. Observe the redirection to apps/APP_ID/evaluations

Expected behavior
After deleting an evaluation, the application should redirect to /apps/APP_ID/evaluations/results.

Screenshots
Screen Shot 2024-05-30 at 1 02 05 PM