langchain_core.tracers.log_stream
.RunLogPatch¶
- class langchain_core.tracers.log_stream.RunLogPatch(*ops: Dict[str, Any])[source]¶
Patch to the run log.
Attributes
ops
List of jsonpatch operations, which describe how to create the run state from an empty dict.
Methods
__init__
(*ops)- Parameters
ops (List[Dict[str, Any]]) –