Uses of Class
dev.langchain4j.observability.api.event.AiServiceStartedEvent.AiServiceStartedEventBuilder
Packages that use AiServiceStartedEvent.AiServiceStartedEventBuilder
-
Uses of AiServiceStartedEvent.AiServiceStartedEventBuilder in dev.langchain4j.observability.api.event
Methods in dev.langchain4j.observability.api.event that return AiServiceStartedEvent.AiServiceStartedEventBuilderModifier and TypeMethodDescriptionAiServiceStartedEvent.builder()
Creates a new builder instance for constructing aAiServiceStartedEvent
.AiServiceStartedEvent.AiServiceStartedEventBuilder.invocationContext
(InvocationContext invocationContext) Sets the invocation context.AiServiceStartedEvent.AiServiceStartedEventBuilder.systemMessage
(@Nullable SystemMessage systemMessage) Sets a system message.AiServiceStartedEvent.AiServiceStartedEventBuilder.systemMessage
(Optional<SystemMessage> systemMessage) Sets an optional system message.AiServiceStartedEvent.toBuilder()
AiServiceStartedEvent.AiServiceStartedEventBuilder.userMessage
(UserMessage userMessage) Sets the user message. -
Uses of AiServiceStartedEvent.AiServiceStartedEventBuilder in dev.langchain4j.observability.event
Constructors in dev.langchain4j.observability.event with parameters of type AiServiceStartedEvent.AiServiceStartedEventBuilderModifierConstructorDescription