feat: render QA in UI

This commit is contained in:
Abhishek Kumar 2026-02-25 18:01:09 +05:30
parent c8742dbdc0
commit ef080d57c8
7 changed files with 34 additions and 80 deletions

View file

@ -674,6 +674,7 @@ async def get_workflow_run(
"gathered_context": run.gathered_context,
"call_type": run.call_type,
"logs": run.logs,
"annotations": run.annotations,
}