NotStarted

Represents a state that indicates an action or process has not yet started.

This class is part of the State sealed interface and is used to define a specific state where no progress, execution, or processing has occurred.

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.