Uses of Record Class
dev.langchain4j.agentic.observability.AgentRequest
Packages that use AgentRequest
-
Uses of AgentRequest in dev.langchain4j.agentic.internal
Methods in dev.langchain4j.agentic.internal that return types with arguments of type AgentRequestModifier and TypeMethodDescriptionNonAiAgentInstance.invocationListener()Returns the value of theinvocationListenerrecord component.Constructor parameters in dev.langchain4j.agentic.internal with type arguments of type AgentRequestModifierConstructorDescriptionNonAiAgentInstance(Class<?> type, String name, String agentId, String description, Type outputType, String outputKey, boolean async, List<AgentArgument> arguments, Consumer<AgentRequest> invocationListener, Consumer<AgentResponse> completionListener, AgentListener listener) Creates an instance of aNonAiAgentInstancerecord class. -
Uses of AgentRequest in dev.langchain4j.agentic.observability
Methods in dev.langchain4j.agentic.observability with parameters of type AgentRequestModifier and TypeMethodDescriptiondefault voidAgentListener.beforeAgentInvocation(AgentRequest agentRequest) voidAgentMonitor.beforeAgentInvocation(AgentRequest agentRequest) voidComposedAgentListener.beforeAgentInvocation(AgentRequest agentRequest)