langchain_core.tracers.log_stream
.RunLog¶
- class langchain_core.tracers.log_stream.RunLog(*ops: Dict[str, Any], state: RunState)[源代码]¶
运行日志。
属性:
state
日志的当前状态,通过依次应用所有操作获得的。
方法:
__init__
(*ops, state)- 参数:
ops (列表[字典[str, Any]]) –
state (RunState) –