io.helidon.langchain4j.providers.HelidonMockConfig
Description
Merged configuration for langchain4j.providers.helidon-mock
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
enabled | Boolean | true | If set to false , MockChatModel will not be available even if configured |
rules | List<MockChatRule> | The list of MockChatRules that the mock chat model evaluates |
Merged Types
- io.helidon.integrations.langchain4j.providers.mock.MockChatModel
- io.helidon.integrations.langchain4j.providers.mock.MockStreamingChatModel
Usages
See the manifest for all available types.