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