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.agent
Methods in dev.langchain4j.agentic.agent that return types with arguments of type AgentArgumentMethods in dev.langchain4j.agentic.agent with parameters 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 TypeMethodDescriptionAbstractAgentInvoker.arguments()AgentExecutor.arguments()default List<AgentArgument> AgentSpecsProvider.arguments()NonAiAgentInstance.arguments()PlannerBasedInvocationHandler.arguments()static List<AgentArgument> AgentUtil.argumentsFromMethod(Method method) static List<AgentArgument> AgentUtil.argumentsFromMethod(Method method, Map<String, Object> defaultValues) static List<AgentArgument> AgentUtil.argumentsFromMethod(Method method, Map<String, Object> defaultValues, Set<String> optionalArgs) static List<AgentArgument> AgentUtil.argumentsFromMethod(Method method, Set<String> optionalArgs) 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 AgentArgumentModifierConstructorDescriptionNonAiAgentInstance(Class<?> type, String name, String description, Type outputType, String outputKey, boolean async, List<AgentArgument> arguments, AgentListener listener) -
Uses of AgentArgument in dev.langchain4j.agentic.mcp
Methods in dev.langchain4j.agentic.mcp that return types with arguments of type AgentArgument -
Uses of AgentArgument in dev.langchain4j.agentic.planner
Methods in dev.langchain4j.agentic.planner that return types with arguments of type AgentArgument -
Uses of AgentArgument in dev.langchain4j.agentic.workflow
Methods in dev.langchain4j.agentic.workflow that return types with arguments of type AgentArgumentModifier and TypeMethodDescriptionHumanInTheLoop.arguments()Returns the value of theargumentsrecord component.Method parameters in dev.langchain4j.agentic.workflow with type arguments of type AgentArgumentModifier and TypeMethodDescriptionHumanInTheLoop.HumanInTheLoopBuilder.inputs(List<AgentArgument> inputs) Constructor parameters in dev.langchain4j.agentic.workflow with type arguments of type AgentArgumentModifierConstructorDescriptionHumanInTheLoop(String outputKey, String description, boolean async, Function<AgenticScope, ?> responseProvider, AgentListener listener, List<AgentArgument> arguments) Creates an instance of aHumanInTheLooprecord class.