Skip to content

Commit 71c61ba

Browse files
author
TeamCity
committed
Update CE OpenAPI spec (from master)
1 parent 5c57822 commit 71c61ba

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+515
-752
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

2-
# AiChatModelConfigObject
2+
# AiChatModelConfig
33

4-
`org.thingsboard.client.model.AiChatModelConfigObject`
4+
`org.thingsboard.client.model.AiChatModelConfig`
55

66
## Properties
77

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10-
| **modelType** | **AiModelType** | | [optional] [readonly] |
10+
| **modelType** | **AiModelType** | | [optional] |
1111

1212

1313

ce/docs/AiModel.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,18 @@
2828
#### AmazonBedrockChatModelConfig *(extends AiModelConfig, provider=`AMAZON_BEDROCK`)*
2929
| Name | Type | Description | Notes |
3030
|------|------|-------------|-------|
31-
| modelType | AiModelType | | [optional] [readonly] |
3231
| providerConfig | AmazonBedrockProviderConfig | | |
3332
| modelId | String | | |
3433
| temperature | Double | | [optional] |
3534
| topP | Double | | [optional] |
3635
| maxOutputTokens | Integer | | [optional] |
3736
| timeoutSeconds | Integer | | [optional] |
3837
| maxRetries | Integer | | [optional] |
38+
| modelType | AiModelType | | [optional] [readonly] |
3939

4040
#### AnthropicChatModelConfig *(extends AiModelConfig, provider=`ANTHROPIC`)*
4141
| Name | Type | Description | Notes |
4242
|------|------|-------------|-------|
43-
| modelType | AiModelType | | [optional] [readonly] |
4443
| providerConfig | AnthropicProviderConfig | | |
4544
| modelId | String | | |
4645
| temperature | Double | | [optional] |
@@ -49,11 +48,11 @@
4948
| maxOutputTokens | Integer | | [optional] |
5049
| timeoutSeconds | Integer | | [optional] |
5150
| maxRetries | Integer | | [optional] |
51+
| modelType | AiModelType | | [optional] [readonly] |
5252

5353
#### AzureOpenAiChatModelConfig *(extends AiModelConfig, provider=`AZURE_OPENAI`)*
5454
| Name | Type | Description | Notes |
5555
|------|------|-------------|-------|
56-
| modelType | AiModelType | | [optional] [readonly] |
5756
| providerConfig | AzureOpenAiProviderConfig | | |
5857
| modelId | String | | |
5958
| temperature | Double | | [optional] |
@@ -63,11 +62,11 @@
6362
| maxOutputTokens | Integer | | [optional] |
6463
| timeoutSeconds | Integer | | [optional] |
6564
| maxRetries | Integer | | [optional] |
65+
| modelType | AiModelType | | [optional] [readonly] |
6666

6767
#### GitHubModelsChatModelConfig *(extends AiModelConfig, provider=`GITHUB_MODELS`)*
6868
| Name | Type | Description | Notes |
6969
|------|------|-------------|-------|
70-
| modelType | AiModelType | | [optional] [readonly] |
7170
| providerConfig | GitHubModelsProviderConfig | | |
7271
| modelId | String | | |
7372
| temperature | Double | | [optional] |
@@ -77,11 +76,11 @@
7776
| maxOutputTokens | Integer | | [optional] |
7877
| timeoutSeconds | Integer | | [optional] |
7978
| maxRetries | Integer | | [optional] |
79+
| modelType | AiModelType | | [optional] [readonly] |
8080

8181
#### GoogleAiGeminiChatModelConfig *(extends AiModelConfig, provider=`GOOGLE_AI_GEMINI`)*
8282
| Name | Type | Description | Notes |
8383
|------|------|-------------|-------|
84-
| modelType | AiModelType | | [optional] [readonly] |
8584
| providerConfig | GoogleAiGeminiProviderConfig | | |
8685
| modelId | String | | |
8786
| temperature | Double | | [optional] |
@@ -92,11 +91,11 @@
9291
| maxOutputTokens | Integer | | [optional] |
9392
| timeoutSeconds | Integer | | [optional] |
9493
| maxRetries | Integer | | [optional] |
94+
| modelType | AiModelType | | [optional] [readonly] |
9595

9696
#### GoogleVertexAiGeminiChatModelConfig *(extends AiModelConfig, provider=`GOOGLE_VERTEX_AI_GEMINI`)*
9797
| Name | Type | Description | Notes |
9898
|------|------|-------------|-------|
99-
| modelType | AiModelType | | [optional] [readonly] |
10099
| providerConfig | GoogleVertexAiGeminiProviderConfig | | |
101100
| modelId | String | | |
102101
| temperature | Double | | [optional] |
@@ -107,11 +106,11 @@
107106
| maxOutputTokens | Integer | | [optional] |
108107
| timeoutSeconds | Integer | | [optional] |
109108
| maxRetries | Integer | | [optional] |
109+
| modelType | AiModelType | | [optional] [readonly] |
110110

111111
#### MistralAiChatModelConfig *(extends AiModelConfig, provider=`MISTRAL_AI`)*
112112
| Name | Type | Description | Notes |
113113
|------|------|-------------|-------|
114-
| modelType | AiModelType | | [optional] [readonly] |
115114
| providerConfig | MistralAiProviderConfig | | |
116115
| modelId | String | | |
117116
| temperature | Double | | [optional] |
@@ -121,11 +120,11 @@
121120
| maxOutputTokens | Integer | | [optional] |
122121
| timeoutSeconds | Integer | | [optional] |
123122
| maxRetries | Integer | | [optional] |
123+
| modelType | AiModelType | | [optional] [readonly] |
124124

125125
#### OllamaChatModelConfig *(extends AiModelConfig, provider=`OLLAMA`)*
126126
| Name | Type | Description | Notes |
127127
|------|------|-------------|-------|
128-
| modelType | AiModelType | | [optional] [readonly] |
129128
| providerConfig | OllamaProviderConfig | | |
130129
| modelId | String | | |
131130
| temperature | Double | | [optional] |
@@ -135,11 +134,11 @@
135134
| maxOutputTokens | Integer | | [optional] |
136135
| timeoutSeconds | Integer | | [optional] |
137136
| maxRetries | Integer | | [optional] |
137+
| modelType | AiModelType | | [optional] [readonly] |
138138

139139
#### OpenAiChatModelConfig *(extends AiModelConfig, provider=`OPENAI`)*
140140
| Name | Type | Description | Notes |
141141
|------|------|-------------|-------|
142-
| modelType | AiModelType | | [optional] [readonly] |
143142
| providerConfig | OpenAiProviderConfig | | |
144143
| modelId | String | | |
145144
| temperature | Double | | [optional] |
@@ -149,19 +148,20 @@
149148
| maxOutputTokens | Integer | | [optional] |
150149
| timeoutSeconds | Integer | | [optional] |
151150
| maxRetries | Integer | | [optional] |
151+
| modelType | AiModelType | | [optional] [readonly] |
152152

153153
#### EntityType (enum)
154154
`TENANT` | `CUSTOMER` | `USER` | `DASHBOARD` | `ASSET` | `DEVICE` | `ALARM` | `RULE_CHAIN` | `RULE_NODE` | `ENTITY_VIEW` | … (36 values total)
155155

156-
#### AiModelType (enum)
157-
`CHAT`
158-
159156
#### OpenAiProviderConfig
160157
| Name | Type | Description | Notes |
161158
|------|------|-------------|-------|
162159
| baseUrl | String | | [optional] |
163160
| apiKey | String | | [optional] |
164161

162+
#### AiModelType (enum)
163+
`CHAT`
164+
165165
#### AzureOpenAiProviderConfig
166166
| Name | Type | Description | Notes |
167167
|------|------|-------------|-------|

ce/docs/AiModelConfig.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,18 @@ Root configuration for AI models
1818
#### AmazonBedrockChatModelConfig *(provider=`AMAZON_BEDROCK`)*
1919
| Name | Type | Description | Notes |
2020
|------|------|-------------|-------|
21-
| modelType | AiModelType | | [optional] [readonly] |
2221
| providerConfig | AmazonBedrockProviderConfig | | |
2322
| modelId | String | | |
2423
| temperature | Double | | [optional] |
2524
| topP | Double | | [optional] |
2625
| maxOutputTokens | Integer | | [optional] |
2726
| timeoutSeconds | Integer | | [optional] |
2827
| maxRetries | Integer | | [optional] |
28+
| modelType | AiModelType | | [optional] [readonly] |
2929

3030
#### AnthropicChatModelConfig *(provider=`ANTHROPIC`)*
3131
| Name | Type | Description | Notes |
3232
|------|------|-------------|-------|
33-
| modelType | AiModelType | | [optional] [readonly] |
3433
| providerConfig | AnthropicProviderConfig | | |
3534
| modelId | String | | |
3635
| temperature | Double | | [optional] |
@@ -39,11 +38,11 @@ Root configuration for AI models
3938
| maxOutputTokens | Integer | | [optional] |
4039
| timeoutSeconds | Integer | | [optional] |
4140
| maxRetries | Integer | | [optional] |
41+
| modelType | AiModelType | | [optional] [readonly] |
4242

4343
#### AzureOpenAiChatModelConfig *(provider=`AZURE_OPENAI`)*
4444
| Name | Type | Description | Notes |
4545
|------|------|-------------|-------|
46-
| modelType | AiModelType | | [optional] [readonly] |
4746
| providerConfig | AzureOpenAiProviderConfig | | |
4847
| modelId | String | | |
4948
| temperature | Double | | [optional] |
@@ -53,11 +52,11 @@ Root configuration for AI models
5352
| maxOutputTokens | Integer | | [optional] |
5453
| timeoutSeconds | Integer | | [optional] |
5554
| maxRetries | Integer | | [optional] |
55+
| modelType | AiModelType | | [optional] [readonly] |
5656

5757
#### GitHubModelsChatModelConfig *(provider=`GITHUB_MODELS`)*
5858
| Name | Type | Description | Notes |
5959
|------|------|-------------|-------|
60-
| modelType | AiModelType | | [optional] [readonly] |
6160
| providerConfig | GitHubModelsProviderConfig | | |
6261
| modelId | String | | |
6362
| temperature | Double | | [optional] |
@@ -67,11 +66,11 @@ Root configuration for AI models
6766
| maxOutputTokens | Integer | | [optional] |
6867
| timeoutSeconds | Integer | | [optional] |
6968
| maxRetries | Integer | | [optional] |
69+
| modelType | AiModelType | | [optional] [readonly] |
7070

7171
#### GoogleAiGeminiChatModelConfig *(provider=`GOOGLE_AI_GEMINI`)*
7272
| Name | Type | Description | Notes |
7373
|------|------|-------------|-------|
74-
| modelType | AiModelType | | [optional] [readonly] |
7574
| providerConfig | GoogleAiGeminiProviderConfig | | |
7675
| modelId | String | | |
7776
| temperature | Double | | [optional] |
@@ -82,11 +81,11 @@ Root configuration for AI models
8281
| maxOutputTokens | Integer | | [optional] |
8382
| timeoutSeconds | Integer | | [optional] |
8483
| maxRetries | Integer | | [optional] |
84+
| modelType | AiModelType | | [optional] [readonly] |
8585

8686
#### GoogleVertexAiGeminiChatModelConfig *(provider=`GOOGLE_VERTEX_AI_GEMINI`)*
8787
| Name | Type | Description | Notes |
8888
|------|------|-------------|-------|
89-
| modelType | AiModelType | | [optional] [readonly] |
9089
| providerConfig | GoogleVertexAiGeminiProviderConfig | | |
9190
| modelId | String | | |
9291
| temperature | Double | | [optional] |
@@ -97,11 +96,11 @@ Root configuration for AI models
9796
| maxOutputTokens | Integer | | [optional] |
9897
| timeoutSeconds | Integer | | [optional] |
9998
| maxRetries | Integer | | [optional] |
99+
| modelType | AiModelType | | [optional] [readonly] |
100100

101101
#### MistralAiChatModelConfig *(provider=`MISTRAL_AI`)*
102102
| Name | Type | Description | Notes |
103103
|------|------|-------------|-------|
104-
| modelType | AiModelType | | [optional] [readonly] |
105104
| providerConfig | MistralAiProviderConfig | | |
106105
| modelId | String | | |
107106
| temperature | Double | | [optional] |
@@ -111,11 +110,11 @@ Root configuration for AI models
111110
| maxOutputTokens | Integer | | [optional] |
112111
| timeoutSeconds | Integer | | [optional] |
113112
| maxRetries | Integer | | [optional] |
113+
| modelType | AiModelType | | [optional] [readonly] |
114114

115115
#### OllamaChatModelConfig *(provider=`OLLAMA`)*
116116
| Name | Type | Description | Notes |
117117
|------|------|-------------|-------|
118-
| modelType | AiModelType | | [optional] [readonly] |
119118
| providerConfig | OllamaProviderConfig | | |
120119
| modelId | String | | |
121120
| temperature | Double | | [optional] |
@@ -125,11 +124,11 @@ Root configuration for AI models
125124
| maxOutputTokens | Integer | | [optional] |
126125
| timeoutSeconds | Integer | | [optional] |
127126
| maxRetries | Integer | | [optional] |
127+
| modelType | AiModelType | | [optional] [readonly] |
128128

129129
#### OpenAiChatModelConfig *(provider=`OPENAI`)*
130130
| Name | Type | Description | Notes |
131131
|------|------|-------------|-------|
132-
| modelType | AiModelType | | [optional] [readonly] |
133132
| providerConfig | OpenAiProviderConfig | | |
134133
| modelId | String | | |
135134
| temperature | Double | | [optional] |
@@ -139,19 +138,20 @@ Root configuration for AI models
139138
| maxOutputTokens | Integer | | [optional] |
140139
| timeoutSeconds | Integer | | [optional] |
141140
| maxRetries | Integer | | [optional] |
141+
| modelType | AiModelType | | [optional] [readonly] |
142142

143143
## Referenced Types
144144

145-
#### AiModelType (enum)
146-
`CHAT`
147-
148145
#### AmazonBedrockProviderConfig
149146
| Name | Type | Description | Notes |
150147
|------|------|-------------|-------|
151148
| region | String | | |
152149
| accessKeyId | String | | |
153150
| secretAccessKey | String | | |
154151

152+
#### AiModelType (enum)
153+
`CHAT`
154+
155155
#### AnthropicProviderConfig
156156
| Name | Type | Description | Notes |
157157
|------|------|-------------|-------|

ce/docs/AiModelExportData.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@
2828
#### ExportableEntity
2929
| Name | Type | Description | Notes |
3030
|------|------|-------------|-------|
31+
| createdTime | Long | | [optional] |
3132
| id | EntityId | | [optional] |
3233
| name | String | | [optional] |
34+
| tenantId | TenantId | | [optional] |
3335

3436
#### EntityRelation
3537
| Name | Type | Description | Notes |

ce/docs/AmazonBedrockChatModelConfig.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
| Name | Type | Description | Notes |
1111
|------------ | ------------- | ------------- | -------------|
12-
| **modelType** | **AiModelType** | | [optional] [readonly] |
1312
| **providerConfig** | **AmazonBedrockProviderConfig** | | |
1413
| **modelId** | **String** | | |
1514
| **temperature** | **Double** | | [optional] |
1615
| **topP** | **Double** | | [optional] |
1716
| **maxOutputTokens** | **Integer** | | [optional] |
1817
| **timeoutSeconds** | **Integer** | | [optional] |
1918
| **maxRetries** | **Integer** | | [optional] |
19+
| **modelType** | **AiModelType** | | [optional] [readonly] |
2020

2121

2222

@@ -27,16 +27,16 @@
2727
|------|------|-------------|-------|
2828
| provider | String | | |
2929

30-
#### AiModelType (enum)
31-
`CHAT`
32-
3330
#### AmazonBedrockProviderConfig
3431
| Name | Type | Description | Notes |
3532
|------|------|-------------|-------|
3633
| region | String | | |
3734
| accessKeyId | String | | |
3835
| secretAccessKey | String | | |
3936

37+
#### AiModelType (enum)
38+
`CHAT`
39+
4040
---
4141

4242
### Conventions

ce/docs/AnthropicChatModelConfig.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
| Name | Type | Description | Notes |
1111
|------------ | ------------- | ------------- | -------------|
12-
| **modelType** | **AiModelType** | | [optional] [readonly] |
1312
| **providerConfig** | **AnthropicProviderConfig** | | |
1413
| **modelId** | **String** | | |
1514
| **temperature** | **Double** | | [optional] |
@@ -18,6 +17,7 @@
1817
| **maxOutputTokens** | **Integer** | | [optional] |
1918
| **timeoutSeconds** | **Integer** | | [optional] |
2019
| **maxRetries** | **Integer** | | [optional] |
20+
| **modelType** | **AiModelType** | | [optional] [readonly] |
2121

2222

2323

@@ -28,14 +28,14 @@
2828
|------|------|-------------|-------|
2929
| provider | String | | |
3030

31-
#### AiModelType (enum)
32-
`CHAT`
33-
3431
#### AnthropicProviderConfig
3532
| Name | Type | Description | Notes |
3633
|------|------|-------------|-------|
3734
| apiKey | String | | |
3835

36+
#### AiModelType (enum)
37+
`CHAT`
38+
3939
---
4040

4141
### Conventions

ce/docs/AssetExportData.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@
2828
#### ExportableEntity
2929
| Name | Type | Description | Notes |
3030
|------|------|-------------|-------|
31+
| createdTime | Long | | [optional] |
3132
| id | EntityId | | [optional] |
3233
| name | String | | [optional] |
34+
| tenantId | TenantId | | [optional] |
3335

3436
#### EntityRelation
3537
| Name | Type | Description | Notes |

ce/docs/AssetProfileExportData.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@
2828
#### ExportableEntity
2929
| Name | Type | Description | Notes |
3030
|------|------|-------------|-------|
31+
| createdTime | Long | | [optional] |
3132
| id | EntityId | | [optional] |
3233
| name | String | | [optional] |
34+
| tenantId | TenantId | | [optional] |
3335

3436
#### EntityRelation
3537
| Name | Type | Description | Notes |

0 commit comments

Comments
 (0)