AI rule node: formatting fix for modelConfig field doc

This commit is contained in:
Dmytro Skarzhynets 2025-05-22 16:42:11 +03:00
parent 71d1e3640a
commit 9111574eca
No known key found for this signature in database
GPG Key ID: 2B51652F224037DF

View File

@ -96,7 +96,7 @@ public final class AiSettings extends BaseData<AiSettingsId> implements HasTenan
accessMode = Schema.AccessMode.READ_WRITE, accessMode = Schema.AccessMode.READ_WRITE,
description = """ description = """
Optional configuration specific to the AI model. Optional configuration specific to the AI model.
If provided, it must be one of the known AiModelConfig subtypes and any settings If provided, it must be one of the known `AiModelConfig` subtypes and any settings
you specify will override the models defaults; if omitted, the model will run with its built-in defaults.""" you specify will override the models defaults; if omitted, the model will run with its built-in defaults."""
) )
AiModelConfig modelConfig; AiModelConfig modelConfig;