Skip to content

io.helidon.integrations.langchain4j.providers.mock.MockChatRule

Description

Configuration blueprint for MockChatRule

Configuration options

KeyTypeDescription
templateStringResponse template (e.g., using placeholders ex.: '$1' for regex pattern group 1) used when the pattern matches
responseStringStatic text response that will be returned when the pattern matches
patternPatternThe regular expression pattern that this rule matches

Usages


See the manifest for all available types.