Uses of Enum Class
com.agentforge4j.runtime.command.CommandApplicationResult
Packages that use CommandApplicationResult
-
Uses of CommandApplicationResult in com.agentforge4j.runtime.command
Methods in com.agentforge4j.runtime.command that return CommandApplicationResultModifier and TypeMethodDescriptionCommandApplier.apply(List<LlmCommand> commands, WorkflowState state, ContextMapping contextMapping, String agentId, int currentStepUid) Applies commands in list order until one yields a non-continue outcome or the list ends.CommandHandler.apply(C llmCommand, CommandApplicationRequest request) Applies state changes forllmCommandusingrequest.static CommandApplicationResultReturns the enum constant of this class with the specified name.static CommandApplicationResult[]CommandApplicationResult.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CommandApplicationResult in com.agentforge4j.runtime.tool
Methods in com.agentforge4j.runtime.tool that return CommandApplicationResultModifier and TypeMethodDescriptionToolInvocationCommandHandler.apply(ToolInvocationCommand cmd, CommandApplicationRequest request)