Uses of Record Class
dev.langchain4j.agentic.observability.AgentResponse
Packages that use AgentResponse
-
Uses of AgentResponse in dev.langchain4j.agentic.internal
Methods in dev.langchain4j.agentic.internal that return types with arguments of type AgentResponseModifier and TypeMethodDescriptionNonAiAgentInstance.completionListener()Returns the value of thecompletionListenerrecord component. -
Uses of AgentResponse in dev.langchain4j.agentic.observability
Methods in dev.langchain4j.agentic.observability with parameters of type AgentResponseModifier and TypeMethodDescriptiondefault voidAgentListener.afterAgentInvocation(AgentResponse agentResponse) voidAgentMonitor.afterAgentInvocation(AgentResponse agentResponse) voidComposedAgentListener.afterAgentInvocation(AgentResponse agentResponse)