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