Class MethodAgentInvoker
java.lang.Object
dev.langchain4j.agentic.internal.AbstractAgentInvoker
dev.langchain4j.agentic.internal.MethodAgentInvoker
- All Implemented Interfaces:
AgentInvoker, InternalAgent, AgentInstance
-
Field Summary
Fields inherited from class AbstractAgentInvoker
agent, method -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractAgentInvoker
agentId, appendId, arguments, as, async, description, equals, hashCode, invoke, listener, method, name, outputKey, outputType, parent, setParent, subagents, topology, typeMethods inherited from interface AgentInstance
leafMethods inherited from interface InternalAgent
allowStreamingOutput
-
Constructor Details
-
MethodAgentInvoker
-
-
Method Details
-
toInvocationArguments
public AgentInvocationArguments toInvocationArguments(AgenticScope agenticScope) throws MissingArgumentException - Specified by:
toInvocationArgumentsin interfaceAgentInvoker- Overrides:
toInvocationArgumentsin classAbstractAgentInvoker- Throws:
MissingArgumentException
-
toString
- Overrides:
toStringin classAbstractAgentInvoker
-