Uses of Class
dev.langchain4j.model.chat.listener.ChatModelErrorContext
Packages that use ChatModelErrorContext
-
Uses of ChatModelErrorContext in dev.langchain4j.model.chat.listener
Methods in dev.langchain4j.model.chat.listener with parameters of type ChatModelErrorContextModifier and TypeMethodDescriptiondefault void
ChatModelListener.onError
(ChatModelErrorContext errorContext) This method is called when an error occurs during interaction with the model.