fix: agent node can't use in parallel (#15047)

This commit is contained in:
Novice
2025-03-06 13:13:24 +08:00
committed by GitHub
parent 6c9d6a4d57
commit 778861f461
7 changed files with 8 additions and 1 deletions

View File

@@ -817,6 +817,7 @@ class AgentLogStreamResponse(StreamResponse):
status: str
data: Mapping[str, Any]
metadata: Optional[Mapping[str, Any]] = None
node_id: str
event: StreamEvent = StreamEvent.AGENT_LOG
data: Data