mirror of
https://github.com/langgenius/dify.git
synced 2026-04-24 21:05:48 +08:00
feat: add agent node log
This commit is contained in:
@ -203,6 +203,7 @@ class AgentLogEvent(BaseAgentEvent):
|
||||
error: str | None = Field(..., description="error")
|
||||
status: str = Field(..., description="status")
|
||||
data: Mapping[str, Any] = Field(..., description="data")
|
||||
metadata: Optional[Mapping[str, Any]] = Field(default=None, description="metadata")
|
||||
|
||||
|
||||
InNodeEvent = BaseNodeEvent | BaseParallelBranchEvent | BaseIterationEvent | BaseAgentEvent
|
||||
|
||||
Reference in New Issue
Block a user