Browse Source
AI rule node: refactor configuration field description in AiSettings
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
|
|
|
@ -84,7 +84,7 @@ public final class AiSettings extends BaseData<AiSettingsId> implements HasTenan |
|
|
|
@Schema( |
|
|
|
requiredMode = Schema.RequiredMode.REQUIRED, |
|
|
|
accessMode = Schema.AccessMode.READ_WRITE, |
|
|
|
description = "Provider-specific settings for the chosen AI model" |
|
|
|
description = "Settings specific to the selected AI provider and model" |
|
|
|
) |
|
|
|
AiConfig configuration; |
|
|
|
|
|
|
|
|