Uses of Record Class
dev.langchain4j.agentic.agent.AgentResponse
Packages that use AgentResponse
Package
Description
-
Uses of AgentResponse in dev.langchain4j.agentic.a2a
Methods in dev.langchain4j.agentic.a2a with parameters of type AgentResponseModifier and TypeMethodDescriptionvoid
A2AClientAgentInvoker.afterInvocation
(AgentResponse response) Method parameters in dev.langchain4j.agentic.a2a with type arguments of type AgentResponseModifier and TypeMethodDescriptionDefaultA2AClientBuilder.afterAgentInvocation
(Consumer<AgentResponse> afterListener) -
Uses of AgentResponse in dev.langchain4j.agentic.agent
Method parameters in dev.langchain4j.agentic.agent with type arguments of type AgentResponseModifier and TypeMethodDescriptionAgentBuilder.afterAgentInvocation
(Consumer<AgentResponse> afterListener) -
Uses of AgentResponse in dev.langchain4j.agentic.internal
Fields in dev.langchain4j.agentic.internal with type parameters of type AgentResponseModifier and TypeFieldDescriptionprotected final Consumer
<AgentResponse> AbstractAgentInvocationHandler.afterListener
protected Consumer
<AgentResponse> AbstractService.afterListener
Methods in dev.langchain4j.agentic.internal that return types with arguments of type AgentResponseModifier and TypeMethodDescriptionAgentSpecificationImpl.completionListener()
Returns the value of thecompletionListener
record component.Methods in dev.langchain4j.agentic.internal with parameters of type AgentResponseModifier and TypeMethodDescriptionvoid
AgentSpecification.afterInvocation
(AgentResponse response) void
AgentSpecificationImpl.afterInvocation
(AgentResponse response) void
MethodAgentInvoker.afterInvocation
(AgentResponse response) void
UntypedAgentInvoker.afterInvocation
(AgentResponse response) Method parameters in dev.langchain4j.agentic.internal with type arguments of type AgentResponseModifier and TypeMethodDescriptionA2AClientBuilder.afterAgentInvocation
(Consumer<AgentResponse> completionListener) AbstractService.afterAgentInvocation
(Consumer<AgentResponse> afterListener) -
Uses of AgentResponse in dev.langchain4j.agentic.supervisor
Method parameters in dev.langchain4j.agentic.supervisor with type arguments of type AgentResponseModifier and TypeMethodDescriptionSupervisorAgentService.afterAgentInvocation
(Consumer<AgentResponse> completionListener) -
Uses of AgentResponse in dev.langchain4j.agentic.workflow
Method parameters in dev.langchain4j.agentic.workflow with type arguments of type AgentResponseModifier and TypeMethodDescriptionWorkflowService.afterAgentInvocation
(Consumer<AgentResponse> completionListener)