RunLog#
- class langchain_core.tracers.log_stream.RunLog(*ops: dict[str, Any], state: RunState)[source]#
Run log.
Create a RunLog.
- Parameters:
*ops (list[dict[str, Any]]) β The operations to apply to the state.
state (RunState) β The initial state of the run log.
Attributes
Methods
__init__
(*ops,Β state)Create a RunLog.