类 DisabledStreamingChatLanguageModel

java.lang.Object
dev.langchain4j.model.chat.DisabledStreamingChatLanguageModel
所有已实现的接口:
StreamingChatLanguageModel

public class DisabledStreamingChatLanguageModel extends Object implements StreamingChatLanguageModel
A StreamingChatLanguageModel which throws a ModelDisabledException for all of its methods

This could be used in tests, or in libraries that extend this one to conditionally enable or disable functionality.

  • 构造器详细资料

    • DisabledStreamingChatLanguageModel

      public DisabledStreamingChatLanguageModel()
  • 方法详细资料