feat: add label to agent log

This commit is contained in:
Yeuoly
2024-12-15 18:12:29 +08:00
parent 6357450a7a
commit 93c3699128
7 changed files with 8 additions and 0 deletions

View File

@ -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