feat: 重构处理历史与通知留痕追踪
This commit is contained in:
@@ -20,3 +20,8 @@ class AgentResult:
|
||||
latency_ms: int = 0
|
||||
status: str = "success"
|
||||
error: str = ""
|
||||
conversation_id: str = ""
|
||||
batch_id: str = ""
|
||||
product_name: str = ""
|
||||
node_results: list = field(default_factory=list)
|
||||
notification_payload: dict = field(default_factory=dict)
|
||||
|
||||
Reference in New Issue
Block a user