mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
feat: add label to agent log
This commit is contained in:
@ -308,6 +308,7 @@ class QueueAgentLogEvent(AppQueueEvent):
|
||||
|
||||
event: QueueEvent = QueueEvent.AGENT_LOG
|
||||
id: str
|
||||
label: str
|
||||
node_execution_id: str
|
||||
parent_id: str | None
|
||||
error: str | None
|
||||
|
||||
Reference in New Issue
Block a user