add attribute to ChatStepOut

This commit is contained in:
Wendong-Fan 2025-11-14 14:47:33 +08:00
parent a089380dbe
commit f358b140db

View file

@ -43,3 +43,4 @@ class ChatStepOut(BaseModel):
task_id: str
step: str
data: Any
timestamp: float | None = None