Uses of Record Class
org.bsc.spring.agentexecutor.AgentExecutor.Action
-
Uses of AgentExecutor.Action in org.bsc.spring.agentexecutor
Modifier and TypeMethodDescriptionAgentExecutor.Outcome.action()
Returns the value of theaction
record component.AgentExecutor.Step.action()
Returns the value of theaction
record component.ModifierConstructorDescriptionOutcome
(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.