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

@ -21,3 +21,4 @@ class WorkflowRunResponseSchema(BaseModel):
gathered_context: dict | None = None
call_type: CallType
logs: Dict[str, Any] | None = None
annotations: Dict[str, Any] | None = None