langchain_core.tracers.log_stream
.RunLog¶
- class langchain_core.tracers.log_stream.RunLog(*ops: Dict[str, Any], state: RunState)[source]¶
运行日志。
Attributes
state
应用所有操作序列后得到的日志的当前状态。
Methods
__init__
(*ops, state)- Parameters
ops (List[Dict[str, Any]]) –
state (RunState) –
- Return type
None