Uses of Record Class
dev.langchain4j.agentic.agent.AgentRequest
Packages that use AgentRequest
Package
Description
-
Uses of AgentRequest in dev.langchain4j.agentic.a2a
Methods in dev.langchain4j.agentic.a2a with parameters of type AgentRequestModifier and TypeMethodDescriptionvoid
A2AClientAgentInvoker.beforeInvocation
(AgentRequest request) Method parameters in dev.langchain4j.agentic.a2a with type arguments of type AgentRequestModifier and TypeMethodDescriptionDefaultA2AClientBuilder.beforeAgentInvocation
(Consumer<AgentRequest> beforeListener) -
Uses of AgentRequest in dev.langchain4j.agentic.agent
Method parameters in dev.langchain4j.agentic.agent with type arguments of type AgentRequestModifier and TypeMethodDescriptionAgentBuilder.beforeAgentInvocation
(Consumer<AgentRequest> beforeListener) -
Uses of AgentRequest in dev.langchain4j.agentic.internal
Fields in dev.langchain4j.agentic.internal with type parameters of type AgentRequestModifier and TypeFieldDescriptionprotected final Consumer
<AgentRequest> AbstractAgentInvocationHandler.beforeListener
protected Consumer
<AgentRequest> AbstractService.beforeListener
Methods in dev.langchain4j.agentic.internal that return types with arguments of type AgentRequestModifier and TypeMethodDescriptionAgentSpecificationImpl.invocationListener()
Returns the value of theinvocationListener
record component.Methods in dev.langchain4j.agentic.internal with parameters of type AgentRequestModifier and TypeMethodDescriptionvoid
AgentSpecification.beforeInvocation
(AgentRequest request) void
AgentSpecificationImpl.beforeInvocation
(AgentRequest request) void
MethodAgentInvoker.beforeInvocation
(AgentRequest request) void
UntypedAgentInvoker.beforeInvocation
(AgentRequest request) Method parameters in dev.langchain4j.agentic.internal with type arguments of type AgentRequestModifier and TypeMethodDescriptionA2AClientBuilder.beforeAgentInvocation
(Consumer<AgentRequest> invocationListener) AbstractService.beforeAgentInvocation
(Consumer<AgentRequest> invocationListener) Constructor parameters in dev.langchain4j.agentic.internal with type arguments of type AgentRequestModifierConstructorDescriptionAgentSpecificationImpl
(String name, String uniqueName, String description, String outputName, boolean async, Consumer<AgentRequest> invocationListener, Consumer<AgentResponse> completionListener) Creates an instance of aAgentSpecificationImpl
record class. -
Uses of AgentRequest in dev.langchain4j.agentic.supervisor
Method parameters in dev.langchain4j.agentic.supervisor with type arguments of type AgentRequestModifier and TypeMethodDescriptionSupervisorAgentService.beforeAgentInvocation
(Consumer<AgentRequest> invocationListener) -
Uses of AgentRequest in dev.langchain4j.agentic.workflow
Method parameters in dev.langchain4j.agentic.workflow with type arguments of type AgentRequestModifier and TypeMethodDescriptionWorkflowService.beforeAgentInvocation
(Consumer<AgentRequest> invocationListener)