Uses of Interface
io.helidon.integrations.langchain4j.providers.mock.MockChatRule
Packages that use MockChatRule
Package
Description
Provides integration with a Mock model.
-
Uses of MockChatRule in io.helidon.integrations.langchain4j.providers.mock
Fields in io.helidon.integrations.langchain4j.providers.mock declared as MockChatRuleModifier and TypeFieldDescriptionstatic final MockChatRuleMockChatRule.DEFAULT_RULEDefault rule that matches any request.Methods in io.helidon.integrations.langchain4j.providers.mock that return MockChatRuleModifier and TypeMethodDescriptionMockChatRuleConfig.Builder.build()MockChatRuleConfig.BuilderBase.MockChatRuleConfigImpl.build()static MockChatRuleCreates aMockChatRulefrom the given configuration.static MockChatRuleMockChatRule.create(MockChatRuleConfig config) Creates aMockChatRulefrom the given configuration.static MockChatRuleMockChatRule.create(Consumer<MockChatRuleConfig.Builder> consumer) Creates aMockChatRuleusing a builder consumer to configure the rule.MockChatRuleConfig.BuilderBase.MockChatRuleConfigImpl.get()Methods in io.helidon.integrations.langchain4j.providers.mock that return types with arguments of type MockChatRuleModifier and TypeMethodDescriptionMockChatModel.activeRules()Returns the list ofMockChatRules currently used by this model.MockStreamingChatModel.activeRules()Returns the list ofMockChatRules currently used by this model.MockChatModelConfig.BuilderBase.MockChatModelConfigImpl.rules()MockChatModelConfig.BuilderBase.rules()The list ofMockChatRules that the mock chat model evaluates.MockChatModelConfig.rules()The list ofMockChatRules that the mock chat model evaluates.MockStreamingChatModelConfig.BuilderBase.MockStreamingChatModelConfigImpl.rules()MockStreamingChatModelConfig.BuilderBase.rules()The list ofMockChatRules that the mock chat model evaluates.MockStreamingChatModelConfig.rules()The list ofMockChatRules that the mock chat model evaluates.Methods in io.helidon.integrations.langchain4j.providers.mock with parameters of type MockChatRuleModifier and TypeMethodDescriptionMockChatModelConfig.BuilderBase.addRule(MockChatRule rule) The list ofMockChatRules that the mock chat model evaluates.MockStreamingChatModelConfig.BuilderBase.addRule(MockChatRule rule) The list ofMockChatRules that the mock chat model evaluates.Method parameters in io.helidon.integrations.langchain4j.providers.mock with type arguments of type MockChatRuleModifier and TypeMethodDescriptionMockChatModelConfig.BuilderBase.addRules(List<? extends MockChatRule> rules) The list ofMockChatRules that the mock chat model evaluates.MockStreamingChatModelConfig.BuilderBase.addRules(List<? extends MockChatRule> rules) The list ofMockChatRules that the mock chat model evaluates.MockChatModelConfig.BuilderBase.rules(List<? extends MockChatRule> rules) The list ofMockChatRules that the mock chat model evaluates.MockStreamingChatModelConfig.BuilderBase.rules(List<? extends MockChatRule> rules) The list ofMockChatRules that the mock chat model evaluates.