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.static List
<AgentUtil.AgentArgument> AgentUtil.argumentsFromMethod
(Method method) Method parameters in dev.langchain4j.agentic.internal with type arguments of type AgentUtil.AgentArgumentModifier and TypeMethodDescriptionstatic AgentInvocationArguments
AgentUtil.agentInvocationArguments
(AgenticScope agenticScope, List<AgentUtil.AgentArgument> agentArguments) static AgentInvocationArguments
AgentUtil.agentInvocationArguments
(AgenticScope agenticScope, List<AgentUtil.AgentArgument> agentArguments, Map<String, Object> additionalArgs) Constructor parameters in dev.langchain4j.agentic.internal with type arguments of type AgentUtil.AgentArgumentModifierConstructorDescriptionMethodAgentInvoker
(Method method, AgentSpecification agentSpecification, List<AgentUtil.AgentArgument> arguments) Creates an instance of aMethodAgentInvoker
record class.