Class StreamingChatModelReply.Error
-
- All Implemented Interfaces:
-
dev.langchain4j.kotlin.model.chat.StreamingChatModelReply
public final class StreamingChatModelReply.Error implements StreamingChatModelReply
Represents an error that occurred during the streaming process when generating a reply from the AI language model. This type of reply is used to indicate a failure in the operation and provides details about the cause of the error.
-
-
Constructor Summary
Constructors Constructor Description StreamingChatModelReply.Error(Throwable cause)
-