langchain_core.tracers.log_stream.RunLog¶

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

Run log.

Attributes

state

Current state of the log, obtained from applying all ops in sequence.

Methods

__init__(*ops, state)

Parameters
  • ops (List[Dict[str, Any]]) –

  • state (RunState) –

__init__(*ops: Dict[str, Any], state: RunState) None[source]¶
Parameters
  • ops (Dict[str, Any]) –

  • state (RunState) –

Return type

None