Browse Source
AI rule node: formatting fix for `modelConfig` field doc
pull/13371/head
Dmytro Skarzhynets
1 year ago
No known key found for this signature in database
GPG Key ID: 2B51652F224037DF
1 changed files with
1 additions and
1 deletions
-
common/data/src/main/java/org/thingsboard/server/common/data/ai/AiSettings.java
|
|
|
@ -96,7 +96,7 @@ public final class AiSettings extends BaseData<AiSettingsId> implements HasTenan |
|
|
|
accessMode = Schema.AccessMode.READ_WRITE, |
|
|
|
description = """ |
|
|
|
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.""" |
|
|
|
) |
|
|
|
AiModelConfig modelConfig; |
|
|
|
|