Uses of Record Class
dev.langchain4j.agentic.internal.AgentUtil.AgentArgument
Packages that use AgentUtil.AgentArgument
-
Uses of AgentUtil.AgentArgument in dev.langchain4j.agentic.internal
Methods in dev.langchain4j.agentic.internal that return types with arguments of type AgentUtil.AgentArgumentModifier and TypeMethodDescriptionMethodAgentInvoker.arguments()
Returns the value of thearguments
record component.Method parameters in dev.langchain4j.agentic.internal with type arguments of type AgentUtil.AgentArgumentModifier and TypeMethodDescriptionstatic Object[]
AgentUtil.methodInvocationArguments
(AgenticScope agenticScope, List<AgentUtil.AgentArgument> agentArguments) Constructor parameters in dev.langchain4j.agentic.internal with type arguments of type AgentUtil.AgentArgumentModifierConstructorDescriptionMethodAgentInvoker
(Method method, String name, String description, String outputName, List<AgentUtil.AgentArgument> arguments) Creates an instance of aMethodAgentInvoker
record class.