StateMachineToolOperations

Operations for starting a state machine in a particular state.

Inheritors

Functions

Link copied to clipboard
abstract fun startingIn(state: S): Tool

Create a version of this tool that starts in the specified state. Useful when the starting state depends on runtime context.