Uses of Record Class
org.bsc.spring.agentexecutor.AgentExecutor.Action
Packages that use AgentExecutor.Action
-
Uses of AgentExecutor.Action in org.bsc.spring.agentexecutor
Methods in org.bsc.spring.agentexecutor that return AgentExecutor.ActionModifier and TypeMethodDescriptionAgentExecutor.Outcome.action()
Returns the value of theaction
record component.AgentExecutor.Step.action()
Returns the value of theaction
record component.Constructors in org.bsc.spring.agentexecutor with parameters of type AgentExecutor.ActionModifierConstructorDescriptionOutcome
(AgentExecutor.Action action, AgentExecutor.Finish finish) Creates an instance of aOutcome
record class.Step
(AgentExecutor.Action action, String observation) Creates an instance of aStep
record class.