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 TypeMethodDescriptionvoidA2AClientAgentInvoker.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 Consumer<AgentResponse> AbstractServiceBuilder.afterListenerMethods in dev.langchain4j.agentic.internal that return types with arguments of type AgentResponseModifier and TypeMethodDescriptionAgentSpecificationImpl.completionListener()Returns the value of thecompletionListenerrecord component.Methods in dev.langchain4j.agentic.internal with parameters of type AgentResponseModifier and TypeMethodDescriptionvoidAgentSpecification.afterInvocation(AgentResponse response) voidAgentSpecificationImpl.afterInvocation(AgentResponse response) voidMethodAgentInvoker.afterInvocation(AgentResponse response) voidUntypedAgentInvoker.afterInvocation(AgentResponse response) Method parameters in dev.langchain4j.agentic.internal with type arguments of type AgentResponseModifier and TypeMethodDescriptionA2AClientBuilder.afterAgentInvocation(Consumer<AgentResponse> completionListener) AbstractServiceBuilder.afterAgentInvocation(Consumer<AgentResponse> afterListener) -
Uses of AgentResponse in dev.langchain4j.agentic.planner
Method parameters in dev.langchain4j.agentic.planner with type arguments of type AgentResponseModifier and TypeMethodDescriptionAgenticService.afterAgentInvocation(Consumer<AgentResponse> completionListener) -
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)