AI rule node: formatting fix for modelConfig field doc
This commit is contained in:
parent
71d1e3640a
commit
9111574eca
@ -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 model’s defaults; if omitted, the model will run with its built-in defaults."""
|
you specify will override the model’s defaults; if omitted, the model will run with its built-in defaults."""
|
||||||
)
|
)
|
||||||
AiModelConfig modelConfig;
|
AiModelConfig modelConfig;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user