RunLog#

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

Run log.

Attributes

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