RunLog#

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

Run log.

Create a RunLog.

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

  • state (RunState) – The initial state of the run log.

Attributes

Methods

__init__(*ops,Β state)

Create a RunLog.

__init__(
*ops: dict[str, Any],
state: RunState,
) β†’ None[source]#

Create a RunLog.

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

  • state (RunState) – The initial state of the run log.

Return type:

None