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 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()NonAiAgentInstance.arguments()PlannerBasedInvocationHandler.arguments()static List<AgentArgument> AgentUtil.argumentsFromMethod(Method method) static List<AgentArgument> AgentUtil.argumentsFromMethod(Method method, Map<String, Object> defaultValues) 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.planner
Methods in dev.langchain4j.agentic.planner that return types with arguments of type AgentArgument