Starting

Represents the starting state of an operation or process.

This class is a specialization of the State class, indicating the initial state prior to progression or change. It overrides the copy method to return a new instance of the same starting state.

Parameters

Output

The type of output associated with the state.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun copy(): AIAgent.Companion.State<Output>

Creates and returns a copy of the current state object.