Record Class UntypedAgentInvoker

java.lang.Object
java.lang.Record
dev.langchain4j.agentic.internal.UntypedAgentInvoker
All Implemented Interfaces:
AgentInvoker, AgentSpecification, AgentInstance

public record UntypedAgentInvoker(Method method, AgentSpecification agentSpecification) extends Record implements AgentInvoker
  • Constructor Details

    • UntypedAgentInvoker

      public UntypedAgentInvoker(Method method, AgentSpecification agentSpecification)
      Creates an instance of a UntypedAgentInvoker record class.
      Parameters:
      method - the value for the method record component
      agentSpecification - the value for the agentSpecification record component
  • Method Details