RunLogPatch#

class langchain_core.tracers.log_stream.RunLogPatch(*ops: dict[str, Any])[source]#

Patch to the run log.

Create a RunLogPatch.

Parameters:

*ops (list[dict[str, Any]]) – The operations to apply to the state.

Attributes

Methods

__init__(*ops)

Create a RunLogPatch.

__init__(*ops: dict[str, Any]) None[source]#

Create a RunLogPatch.

Parameters:

*ops (dict[str, Any]) – The operations to apply to the state.

Return type:

None