Package io.helidon.integrations.langchain4j.providers.mock
package io.helidon.integrations.langchain4j.providers.mock
Provides integration with a Mock model.
-
ClassDescriptionMock implementation of
ChatModelfor testing.Configuration blueprint forMockChatModel.Fluent API builder forMockChatModel.MockChatModelConfig.BuilderBase<BUILDER extends MockChatModelConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends MockChatModelConfig> Fluent API builder base forMockChatModelConfig.Generated implementation of the prototype, can be extended by descendant prototype implementations.Represents a rule for mocking chat interactions.Configuration blueprint forMockChatRule.Fluent API builder forMockChatRule.MockChatRuleConfig.BuilderBase<BUILDER extends MockChatRuleConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends MockChatRuleConfig> Fluent API builder base forMockChatRuleConfig.Generated implementation of the prototype, can be extended by descendant prototype implementations.A mock implementation of a streaming chat model for testing and development.Configuration blueprint forMockStreamingChatModel.Fluent API builder forMockStreamingChatModel.MockStreamingChatModelConfig.BuilderBase<BUILDER extends MockStreamingChatModelConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends MockStreamingChatModelConfig> Fluent API builder base forMockStreamingChatModelConfig.Generated implementation of the prototype, can be extended by descendant prototype implementations.