MCPcopy Index your code
hub / github.com/google/adk-python / run_eval_legacy

Method run_eval_legacy

src/google/adk/cli/dev_server.py:773–779  ·  view source on GitHub ↗
(
        app_name: str, eval_set_id: str, req: RunEvalRequest
    )

Source from the content-addressed store, hash-verified

771 tags=[TAG_EVALUATION],
772 )
773 async def run_eval_legacy(
774 app_name: str, eval_set_id: str, req: RunEvalRequest
775 ) -> list[RunEvalResult]:
776 run_eval_response = await run_eval(
777 app_name=app_name, eval_set_id=eval_set_id, req=req
778 )
779 return run_eval_response.run_eval_results
780
781 # TODO - remove after migration
782 @deprecated(

Callers

nothing calls this directly

Calls 1

run_evalFunction · 0.85

Tested by

no test coverage detected