RunEvent# class langsmith.schemas.RunEvent[source]# 运行事件模式。 name: str# 事件类型。 time: datetime | str# 事件发生时间。 kwargs: Dict[str, Any] | None# 事件的附加元数据。