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.