Ask a question to get started
Enter to send•Shift+Enter new line
RunLog( self, *ops: dict[str, Any] = (), state: RunState
RunLogPatch
List of JSONPatch operations, which describe how to create the run state
JSONPatch
*ops
dict[str, Any]
()
state
RunState
Run log.
The operations to apply to the state.
The initial state of the run log.
Current state of the log, obtained from applying all ops in sequence.