Uses of Interface
io.helidon.integrations.langchain4j.providers.mock.MockStreamingChatModelConfig
Packages that use MockStreamingChatModelConfig
Package
Description
Provides integration with a Mock model.
-
Uses of MockStreamingChatModelConfig in io.helidon.integrations.langchain4j.providers.mock
Classes in io.helidon.integrations.langchain4j.providers.mock with type parameters of type MockStreamingChatModelConfigModifier and TypeClassDescriptionstatic classMockStreamingChatModelConfig.BuilderBase<BUILDER extends MockStreamingChatModelConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends MockStreamingChatModelConfig> Fluent API builder base forMockStreamingChatModelConfig.Classes in io.helidon.integrations.langchain4j.providers.mock that implement MockStreamingChatModelConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.langchain4j.providers.mock that return MockStreamingChatModelConfigModifier and TypeMethodDescriptionMockStreamingChatModelConfig.Builder.buildPrototype()static MockStreamingChatModelConfigMockStreamingChatModelConfig.create()Create a new instance with default values.static MockStreamingChatModelConfigDeprecated.static MockStreamingChatModelConfigCreate a new instance from configuration.MockStreamingChatModel.prototype()Returns the configuration prototype of this mock chat model.Methods in io.helidon.integrations.langchain4j.providers.mock with parameters of type MockStreamingChatModelConfigModifier and TypeMethodDescriptionMockStreamingChatModelConfig.builder(MockStreamingChatModelConfig instance) Create a new fluent API builder from an existing instance.static MockStreamingChatModelMockStreamingChatModel.create(MockStreamingChatModelConfig config) Creates a newMockStreamingChatModelinstance using the provided configuration.MockStreamingChatModelConfig.BuilderBase.from(MockStreamingChatModelConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)