Uses of Class
dev.langchain4j.observability.api.event.AiServiceResponseReceivedEvent.AiServiceResponseReceivedEventBuilder
Packages that use AiServiceResponseReceivedEvent.AiServiceResponseReceivedEventBuilder
-
Uses of AiServiceResponseReceivedEvent.AiServiceResponseReceivedEventBuilder in dev.langchain4j.observability.api.event
Methods in dev.langchain4j.observability.api.event that return AiServiceResponseReceivedEvent.AiServiceResponseReceivedEventBuilderModifier and TypeMethodDescriptionAiServiceResponseReceivedEvent.builder()
AiServiceResponseReceivedEvent.AiServiceResponseReceivedEventBuilder.invocationContext
(InvocationContext invocationContext) Sets the invocation context.AiServiceResponseReceivedEvent.AiServiceResponseReceivedEventBuilder.response
(ChatResponse response) Sets the chat response.AiServiceResponseReceivedEvent.toBuilder()
-
Uses of AiServiceResponseReceivedEvent.AiServiceResponseReceivedEventBuilder in dev.langchain4j.observability.event
Constructors in dev.langchain4j.observability.event with parameters of type AiServiceResponseReceivedEvent.AiServiceResponseReceivedEventBuilderModifierConstructorDescriptionDefaultAiServiceResponseReceivedEvent
(AiServiceResponseReceivedEvent.AiServiceResponseReceivedEventBuilder builder)