Uses of Interface
io.helidon.integrations.langchain4j.providers.mock.MockChatRuleConfig
Packages that use MockChatRuleConfig
Package
Description
Provides integration with a Mock model.
-
Uses of MockChatRuleConfig in io.helidon.integrations.langchain4j.providers.mock
Classes in io.helidon.integrations.langchain4j.providers.mock with type parameters of type MockChatRuleConfigModifier and TypeClassDescriptionstatic classMockChatRuleConfig.BuilderBase<BUILDER extends MockChatRuleConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends MockChatRuleConfig> Fluent API builder base forMockChatRuleConfig.Classes in io.helidon.integrations.langchain4j.providers.mock that implement MockChatRuleConfigModifier 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 MockChatRuleConfigModifier and TypeMethodDescriptionMockChatRuleConfig.Builder.buildPrototype()static MockChatRuleConfigDeprecated.static MockChatRuleConfigCreate a new instance from configuration.default MockChatRuleConfigMockChatRule.prototype()Returns the prototype configuration for this rule.Methods in io.helidon.integrations.langchain4j.providers.mock with parameters of type MockChatRuleConfigModifier and TypeMethodDescriptionstatic MockChatRuleConfig.BuilderMockChatRuleConfig.builder(MockChatRuleConfig instance) Create a new fluent API builder from an existing instance.static MockChatRuleMockChatRule.create(MockChatRuleConfig config) Creates aMockChatRulefrom the given configuration.MockChatRuleConfig.BuilderBase.from(MockChatRuleConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)