Uses of Interface
dev.langchain4j.observability.api.AiServiceListenerRegistrar
Packages that use AiServiceListenerRegistrar
Package
Description
-
Uses of AiServiceListenerRegistrar in dev.langchain4j.guardrail
Methods in dev.langchain4j.guardrail that return AiServiceListenerRegistrarModifier and TypeMethodDescriptionGuardrailRequestParams.aiservicelistenerregistrar()
Returns theAiServiceListenerRegistrar
, which provides functionality for registering, unregistering, and notifying listeners of AI service invocation events.Methods in dev.langchain4j.guardrail with parameters of type AiServiceListenerRegistrarModifier and TypeMethodDescriptionGuardrailRequestParams.Builder.aiServiceListenerRegistrar
(AiServiceListenerRegistrar aiServiceListenerRegistrar) Sets the AI service invocation event listener registrar. -
Uses of AiServiceListenerRegistrar in dev.langchain4j.observability.api
Classes in dev.langchain4j.observability.api that implement AiServiceListenerRegistrarMethods in dev.langchain4j.observability.api that return AiServiceListenerRegistrarModifier and TypeMethodDescriptionstatic AiServiceListenerRegistrar
AiServiceListenerRegistrar.newInstance()
Retrieves an instance ofAiServiceListenerRegistrar
. -
Uses of AiServiceListenerRegistrar in dev.langchain4j.service
Fields in dev.langchain4j.service declared as AiServiceListenerRegistrar -
Uses of AiServiceListenerRegistrar in dev.langchain4j.service.tool
Methods in dev.langchain4j.service.tool with parameters of type AiServiceListenerRegistrarModifier and TypeMethodDescriptionToolService.executeInferenceAndToolsLoop
(ChatResponse chatResponse, ChatRequestParameters parameters, List<ChatMessage> messages, ChatModel chatModel, ChatMemory chatMemory, InvocationContext invocationContext, Map<String, ToolExecutor> toolExecutors, boolean isReturnTypeResult, AiServiceListenerRegistrar aiServiceListenerRegistrar) -
Uses of AiServiceListenerRegistrar in dev.langchain4j.spi.observability
Subinterfaces with type arguments of type AiServiceListenerRegistrar in dev.langchain4j.spi.observabilityModifier and TypeInterfaceDescriptioninterface
A factory for creatingAiServiceListenerRegistrar
instances.