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

ops

List of jsonpatch operations, which describe how to create the run state from an empty dict.

Methods

__init__(*ops)

__init__(*ops: Dict[str, Any]) None[source]¶