Uses of Record Class
dev.langchain4j.agentic.planner.AgentArgument
Packages that use AgentArgument
Package
Description
-
Uses of AgentArgument in dev.langchain4j.agentic.a2a
Methods in dev.langchain4j.agentic.a2a that return types with arguments of type AgentArgument -
Uses of AgentArgument in dev.langchain4j.agentic.internal
Methods in dev.langchain4j.agentic.internal that return types with arguments of type AgentArgumentModifier and TypeMethodDescriptionAgentExecutor.arguments()AgentSpecificationImpl.arguments()Returns the value of theargumentsrecord component.MethodAgentInvoker.arguments()Returns the value of theargumentsrecord component.UntypedAgentInvoker.arguments()static List<AgentArgument> AgentUtil.argumentsFromMethod(Method method) Method parameters in dev.langchain4j.agentic.internal with type arguments of type AgentArgumentModifier and TypeMethodDescriptionstatic AgentInvocationArgumentsAgentUtil.agentInvocationArguments(AgenticScope agenticScope, List<AgentArgument> agentArguments) static AgentInvocationArgumentsAgentUtil.agentInvocationArguments(AgenticScope agenticScope, List<AgentArgument> agentArguments, Map<String, Object> additionalArgs) Constructor parameters in dev.langchain4j.agentic.internal with type arguments of type AgentArgumentModifierConstructorDescriptionAgentSpecificationImpl(String name, String agentId, String description, String outputKey, boolean async, List<AgentArgument> arguments, Consumer<AgentRequest> invocationListener, Consumer<AgentResponse> completionListener) Creates an instance of aAgentSpecificationImplrecord class.MethodAgentInvoker(Method method, AgentSpecification agentSpecification, List<AgentArgument> arguments) Creates an instance of aMethodAgentInvokerrecord class. -
Uses of AgentArgument in dev.langchain4j.agentic.planner
Methods in dev.langchain4j.agentic.planner that return types with arguments of type AgentArgumentModifier and TypeMethodDescriptionAgentInstance.arguments()DefaultAgentInstance.arguments()Returns the value of theargumentsrecord component.Constructor parameters in dev.langchain4j.agentic.planner with type arguments of type AgentArgumentModifierConstructorDescriptionDefaultAgentInstance(String name, String agentId, String description, String outputKey, List<AgentArgument> arguments) Creates an instance of aDefaultAgentInstancerecord class.