io.helidon.integrations.langchain4j.providers.mock.MockChatRule
Description
Configuration blueprint for MockChatRule
Configuration options
| Key | Type | Description |
|---|---|---|
template | String | Response template (e.g., using placeholders ex.: '$1' for regex pattern group 1) used when the pattern matches |
response | String | Static text response that will be returned when the pattern matches |
pattern | Pattern | The regular expression pattern that this rule matches |
Usages
See the manifest for all available types.