Skip to content

WEB UI Evals is not working #6336

Description

@erick-saenz

🔴 Required Information

Please ensure all items in this section are completed to allow for efficient
triaging. Requests without complete information may be rejected / deprioritized.
If an item is not applicable to you - please mark it as N/A

Describe the Bug:

When I try to update an eval case in the Web UI I get this error in the logs

INFO: 127.0.0.1:49878 - "PUT /dev/apps/app/eval_sets/eval_set_3/evals/sacreation HTTP/1.1" 422 Unprocessable Entity

Steps to Reproduce:
Please provide a numbered list of steps to reproduce the behavior:

  1. I run this command

uv run adk web . --host 127.0.0.1 --port 8186 --allow_origins '*' --reload_agents

  1. Go to the Web UI and start a new session
  2. Create a conversation with the agent
  3. Go to evals tab and create a new Eval Set
  4. Create a new eval case using current session
  5. Edit eval case data and try to save
  6. Error is reaised

Expected Behavior:
The eval case is saved succesfully and I can run the eval set to validate results

Observed Behavior:
What actually happened? Include error messages or crash stack traces here.

When I try to update an eval case in the Web UI I get this error in the logs

INFO: 127.0.0.1:49878 - "PUT /dev/apps/app/eval_sets/eval_set_3/evals/sacreation HTTP/1.1" 422 Unprocessable Entity

Environment Details:

  • ADK Library Version: 2.0.0, 2.1.0, 2.2.0, 2.3.0
  • Desktop OS: Linux
  • Python Version (python -V): 3.12.3

Model Information:

  • Are you using LiteLLM: No
  • Which model is being used: gemini-2.5-flash

🟡 Optional Information

Providing this information greatly speeds up the resolution process.

Regression:
Did this work in a previous version of ADK? If so, which one?

No, It didn't. I tried from version 2.0.0 and ahead

How often has this issue occurred?:

  • Always (100%)

Metadata

Metadata

Labels

eval[Component] This issue is related to evaluationrequest clarification[Status] The maintainer need clarification or more information from the author

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions