feat: add rtf in logs

This commit is contained in:
Abhishek Kumar 2026-01-14 18:35:18 +05:30
parent a172db8022
commit d25f898a8f
10 changed files with 284 additions and 23 deletions

View file

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