Uses of Enum Class
dyntabs.ai.event.EasyAIEvent.Status
Packages that use EasyAIEvent.Status
-
Uses of EasyAIEvent.Status in dyntabs.ai.event
Methods in dyntabs.ai.event that return EasyAIEvent.StatusModifier and TypeMethodDescriptionEasyAIEvent.status()static EasyAIEvent.StatusReturns the enum constant of this class with the specified name.static EasyAIEvent.Status[]EasyAIEvent.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dyntabs.ai.event with parameters of type EasyAIEvent.StatusModifier and TypeMethodDescriptionEasyAIEvent.Builder.status(EasyAIEvent.Status status) voidEventEmitter.step(String toolName, String detail, EasyAIEvent.Status status) Emit a "a unit of work just completed" event (EasyAIEvent.Phase.STEP).