langchain_core.tracers.log_stream
.RunLog¶
- class langchain_core.tracers.log_stream.RunLog(*ops: Dict[str, Any], state: RunState)[source]¶
A run log.
Attributes
state
Current state of the log, obtained from applying all ops in sequence.
Methods
__init__
(*ops, state)