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