Expose evaluation agents in the web console
This commit is contained in:
@@ -269,5 +269,5 @@ def api_agent_evaluate() -> dict:
|
||||
|
||||
|
||||
@app.get("/api/agents/validate")
|
||||
def api_agent_validate(run_build: bool = False) -> dict:
|
||||
return validate_project(run_build=run_build)
|
||||
def api_agent_validate(run_build: bool = False, run_acceptance: bool = False, run_deep: bool = False) -> dict:
|
||||
return validate_project(run_build=run_build, run_acceptance=run_acceptance, run_deep=run_deep)
|
||||
|
||||
Reference in New Issue
Block a user