Uses of Interface
dev.langchain4j.model.moderation.listener.ModerationModelListener
Packages that use ModerationModelListener
Package
Description
-
Uses of ModerationModelListener in dev.langchain4j.model.mistralai
Methods in dev.langchain4j.model.mistralai that return types with arguments of type ModerationModelListenerMethod parameters in dev.langchain4j.model.mistralai with type arguments of type ModerationModelListenerModifier and TypeMethodDescriptionMistralAiModerationModel.Builder.listeners(List<ModerationModelListener> listeners) Sets the listeners for this moderation model. -
Uses of ModerationModelListener in dev.langchain4j.model.moderation
Methods in dev.langchain4j.model.moderation that return types with arguments of type ModerationModelListenerModifier and TypeMethodDescriptiondefault List<ModerationModelListener> ModerationModel.listeners()Returns the list of listeners for this moderation model. -
Uses of ModerationModelListener in dev.langchain4j.model.openai
Methods in dev.langchain4j.model.openai that return types with arguments of type ModerationModelListenerMethod parameters in dev.langchain4j.model.openai with type arguments of type ModerationModelListenerModifier and TypeMethodDescriptionOpenAiModerationModel.OpenAiModerationModelBuilder.listeners(List<ModerationModelListener> listeners) Sets the listeners for this moderation model. -
Uses of ModerationModelListener in dev.langchain4j.model.watsonx
Methods in dev.langchain4j.model.watsonx that return types with arguments of type ModerationModelListenerMethod parameters in dev.langchain4j.model.watsonx with type arguments of type ModerationModelListenerModifier and TypeMethodDescriptionWatsonxModerationModel.Builder.listeners(List<ModerationModelListener> listeners) Sets the listeners for this moderation model.