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