mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-25 08:48:13 +02:00
feat: add rtf in logs
This commit is contained in:
parent
a172db8022
commit
d25f898a8f
10 changed files with 284 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue