Uses of Class
io.helidon.integrations.langchain4j.providers.mock.MockStreamingChatModel
Packages that use MockStreamingChatModel
Package
Description
Provides integration with a Mock model.
-
Uses of MockStreamingChatModel in io.helidon.integrations.langchain4j.providers.mock
Methods in io.helidon.integrations.langchain4j.providers.mock that return MockStreamingChatModelModifier and TypeMethodDescriptionMockStreamingChatModelConfig.Builder.build()MockStreamingChatModelConfig.BuilderBase.MockStreamingChatModelConfigImpl.build()static MockStreamingChatModelMockStreamingChatModel.create(MockStreamingChatModelConfig config) Creates a newMockStreamingChatModelinstance using the provided configuration.static MockStreamingChatModelMockStreamingChatModel.create(Consumer<MockStreamingChatModelConfig.Builder> consumer) Creates a newMockStreamingChatModelinstance using a builder consumer to configure the model.MockStreamingChatModelConfig.BuilderBase.MockStreamingChatModelConfigImpl.get()