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