@camunda/connectors-element-templates 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +4 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +171 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +1618 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3064 -300
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +1185 -1179
- package/src/element-templates/aws-dynamodb-outbound-connector.json +77 -77
- package/src/element-templates/aws-eventbridge-connector-boundary.json +20 -20
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +18 -15
- package/src/element-templates/aws-eventbridge-outbound-connector.json +50 -50
- package/src/element-templates/aws-lambda-outbound-connector.json +279 -279
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +486 -486
- package/src/element-templates/aws-sns-inbound-intermediate.json +491 -491
- package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +423 -423
- package/src/element-templates/aws-sqs-boundary-connector.json +58 -58
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +523 -523
- package/src/element-templates/aws-sqs-outbound-connector.json +692 -692
- package/src/element-templates/aws-sqs-start-event-connector.json +709 -709
- package/src/element-templates/aws-sqs-start-message.json +460 -460
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
- package/src/element-templates/blue-prism-connector.json +53 -53
- package/src/element-templates/csv-outbound-connector.json +804 -0
- package/src/element-templates/easy-post-connector.json +151 -151
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +19 -19
- package/src/element-templates/email-outbound-connector.json +199 -199
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3478 -170
- package/src/element-templates/github-connector.json +277 -277
- package/src/element-templates/github-webhook-connector-intermediate.json +44 -44
- package/src/element-templates/github-webhook-connector-start-event.json +29 -26
- package/src/element-templates/gitlab-connector.json +990 -990
- package/src/element-templates/google-drive-outbound-connector.json +423 -423
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +17 -17
- package/src/element-templates/google-sheets-outbound-connector.json +2550 -2550
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2280 -2280
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +256 -553
- package/src/element-templates/http-polling-connector.json +262 -559
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +402 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +1052 -1052
- package/src/element-templates/kafka-inbound-connector-intermediate.json +1088 -1088
- package/src/element-templates/kafka-inbound-connector-start-message.json +112 -112
- package/src/element-templates/kafka-inbound-connector.json +3 -0
- package/src/element-templates/kafka-outbound-connector.json +617 -617
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1783 -1783
- package/src/element-templates/openai-connector.json +144 -144
- package/src/element-templates/operate-connector.json +66 -62
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +439 -439
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +474 -474
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +597 -597
- package/src/element-templates/rabbitmq-outbound-connector.json +622 -622
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +633 -633
- package/src/element-templates/slack-inbound-boundary.json +184 -184
- package/src/element-templates/slack-inbound-intermediate.json +168 -168
- package/src/element-templates/slack-inbound-message-start.json +201 -201
- package/src/element-templates/slack-inbound-start-event.json +320 -317
- package/src/element-templates/slack-outbound-connector.json +1185 -1185
- package/src/element-templates/twilio-connector.json +26 -26
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-connector.json +3 -0
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +629 -629
- package/src/element-templates/webhook-connector-intermediate.json +268 -268
- package/src/element-templates/webhook-connector-start-event.json +1563 -1560
- package/src/element-templates/webhook-connector-start-message.json +1258 -1258
- package/src/element-templates/whatsapp-connector.json +39 -39
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "AI Agent
|
|
5
|
-
"id": "io.camunda.connectors.agenticai.aiagent.
|
|
6
|
-
"description": "AI
|
|
4
|
+
"name": "AI Agent",
|
|
5
|
+
"id": "io.camunda.connectors.agenticai.aiagent.v1",
|
|
6
|
+
"description": "Provides a generic AI agent implementation handling the feedback loop between user requests, tool calls and LLM responses. Compatible with 8.8.0-alpha8 or later.",
|
|
7
7
|
"metadata": {
|
|
8
8
|
"keywords": []
|
|
9
9
|
},
|
|
10
|
-
"
|
|
10
|
+
"documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/",
|
|
11
|
+
"version": 3,
|
|
11
12
|
"category": {
|
|
12
13
|
"id": "connectors",
|
|
13
14
|
"name": "Connectors"
|
|
@@ -16,42 +17,54 @@
|
|
|
16
17
|
"elementType": {
|
|
17
18
|
"value": "bpmn:ServiceTask"
|
|
18
19
|
},
|
|
20
|
+
"engines": {
|
|
21
|
+
"camunda": "^8.8"
|
|
22
|
+
},
|
|
19
23
|
"groups": [
|
|
20
24
|
{
|
|
21
|
-
"id": "
|
|
22
|
-
"label": "Model"
|
|
23
|
-
|
|
24
|
-
{
|
|
25
|
-
"id": "authentication",
|
|
26
|
-
"label": "Authentication"
|
|
25
|
+
"id": "provider",
|
|
26
|
+
"label": "Model provider",
|
|
27
|
+
"openByDefault": false
|
|
27
28
|
},
|
|
28
29
|
{
|
|
29
|
-
"id": "
|
|
30
|
-
"label": "
|
|
30
|
+
"id": "model",
|
|
31
|
+
"label": "Model",
|
|
32
|
+
"openByDefault": false
|
|
31
33
|
},
|
|
32
34
|
{
|
|
33
35
|
"id": "systemPrompt",
|
|
34
|
-
"label": "System
|
|
36
|
+
"label": "System prompt",
|
|
37
|
+
"tooltip": "A system prompt is a set of foundational instructions given to a model before any user interaction begins. It defines the AI agent’s role, behavior, tone, and communication style, ensuring that responses remain consistent and aligned with the AI agent’s intended purpose. These instructions help shape how the model interprets and responds to user input throughout the conversation.",
|
|
38
|
+
"openByDefault": false
|
|
35
39
|
},
|
|
36
40
|
{
|
|
37
41
|
"id": "userPrompt",
|
|
38
|
-
"label": "User
|
|
42
|
+
"label": "User prompt",
|
|
43
|
+
"tooltip": "A user prompt is the message or question you give to the AI to start or continue a conversation. It tells the AI what you need, whether it's information, help with a task, or just a chat. The AI uses your prompt to understand how to respond.",
|
|
44
|
+
"openByDefault": false
|
|
39
45
|
},
|
|
40
46
|
{
|
|
41
47
|
"id": "tools",
|
|
42
|
-
"label": "Tools"
|
|
48
|
+
"label": "Tools",
|
|
49
|
+
"tooltip": "Tools are optional features the AI Agent can use to perform specific tasks. Configure this if the agent should participate in a tools feedback loop.",
|
|
50
|
+
"openByDefault": false
|
|
43
51
|
},
|
|
44
52
|
{
|
|
45
53
|
"id": "memory",
|
|
46
|
-
"label": "Memory"
|
|
54
|
+
"label": "Memory",
|
|
55
|
+
"tooltip": "Configuration of the Agent's short-term/conversational memory.",
|
|
56
|
+
"openByDefault": false
|
|
47
57
|
},
|
|
48
58
|
{
|
|
49
|
-
"id": "
|
|
50
|
-
"label": "
|
|
59
|
+
"id": "limits",
|
|
60
|
+
"label": "Limits",
|
|
61
|
+
"openByDefault": false
|
|
51
62
|
},
|
|
52
63
|
{
|
|
53
|
-
"id": "
|
|
54
|
-
"label": "
|
|
64
|
+
"id": "response",
|
|
65
|
+
"label": "Response",
|
|
66
|
+
"tooltip": "Configuration of the model response format and how to map the model response to the connector result.<br><br>Depending on the selection, the model response will be available as <code>response.responseText</code> or <code>response.responseJson</code>.<br><br>See <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/#response\">documentation</a> for details.",
|
|
67
|
+
"openByDefault": false
|
|
55
68
|
},
|
|
56
69
|
{
|
|
57
70
|
"id": "connector",
|
|
@@ -72,7 +85,7 @@
|
|
|
72
85
|
],
|
|
73
86
|
"properties": [
|
|
74
87
|
{
|
|
75
|
-
"value": "io.camunda.agenticai:aiagent:
|
|
88
|
+
"value": "io.camunda.agenticai:aiagent:1",
|
|
76
89
|
"binding": {
|
|
77
90
|
"property": "type",
|
|
78
91
|
"type": "zeebe:taskDefinition"
|
|
@@ -82,8 +95,9 @@
|
|
|
82
95
|
{
|
|
83
96
|
"id": "provider.type",
|
|
84
97
|
"label": "Provider",
|
|
85
|
-
"description": "Specify the
|
|
86
|
-
"
|
|
98
|
+
"description": "Specify the LLM provider to use.",
|
|
99
|
+
"value": "anthropic",
|
|
100
|
+
"group": "provider",
|
|
87
101
|
"binding": {
|
|
88
102
|
"name": "provider.type",
|
|
89
103
|
"type": "zeebe:input"
|
|
@@ -98,18 +112,31 @@
|
|
|
98
112
|
"name": "AWS Bedrock",
|
|
99
113
|
"value": "bedrock"
|
|
100
114
|
},
|
|
115
|
+
{
|
|
116
|
+
"name": "Azure OpenAI",
|
|
117
|
+
"value": "azureOpenAi"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "Google Vertex AI",
|
|
121
|
+
"value": "google-vertex-ai"
|
|
122
|
+
},
|
|
101
123
|
{
|
|
102
124
|
"name": "OpenAI",
|
|
103
125
|
"value": "openai"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "OpenAI Compatible",
|
|
129
|
+
"value": "openaiCompatible"
|
|
104
130
|
}
|
|
105
131
|
]
|
|
106
132
|
},
|
|
107
133
|
{
|
|
108
134
|
"id": "provider.anthropic.endpoint",
|
|
109
135
|
"label": "Endpoint",
|
|
110
|
-
"description": "
|
|
136
|
+
"description": "Optional custom API endpoint",
|
|
111
137
|
"optional": true,
|
|
112
|
-
"
|
|
138
|
+
"feel": "optional",
|
|
139
|
+
"group": "provider",
|
|
113
140
|
"binding": {
|
|
114
141
|
"name": "provider.anthropic.endpoint",
|
|
115
142
|
"type": "zeebe:input"
|
|
@@ -119,20 +146,19 @@
|
|
|
119
146
|
"equals": "anthropic",
|
|
120
147
|
"type": "simple"
|
|
121
148
|
},
|
|
122
|
-
"type": "
|
|
149
|
+
"type": "String"
|
|
123
150
|
},
|
|
124
151
|
{
|
|
125
|
-
"id": "provider.anthropic.
|
|
126
|
-
"label": "
|
|
152
|
+
"id": "provider.anthropic.authentication.apiKey",
|
|
153
|
+
"label": "Anthropic API key",
|
|
127
154
|
"optional": false,
|
|
128
|
-
"value": "claude-3-5-sonnet-20240620",
|
|
129
155
|
"constraints": {
|
|
130
156
|
"notEmpty": true
|
|
131
157
|
},
|
|
132
158
|
"feel": "optional",
|
|
133
|
-
"group": "
|
|
159
|
+
"group": "provider",
|
|
134
160
|
"binding": {
|
|
135
|
-
"name": "provider.anthropic.
|
|
161
|
+
"name": "provider.anthropic.authentication.apiKey",
|
|
136
162
|
"type": "zeebe:input"
|
|
137
163
|
},
|
|
138
164
|
"condition": {
|
|
@@ -145,13 +171,13 @@
|
|
|
145
171
|
{
|
|
146
172
|
"id": "provider.bedrock.region",
|
|
147
173
|
"label": "Region",
|
|
148
|
-
"description": "Specify the AWS region",
|
|
174
|
+
"description": "Specify the AWS region (example: <code>eu-west-1</code>)",
|
|
149
175
|
"optional": false,
|
|
150
176
|
"constraints": {
|
|
151
177
|
"notEmpty": true
|
|
152
178
|
},
|
|
153
179
|
"feel": "optional",
|
|
154
|
-
"group": "
|
|
180
|
+
"group": "provider",
|
|
155
181
|
"binding": {
|
|
156
182
|
"name": "provider.bedrock.region",
|
|
157
183
|
"type": "zeebe:input"
|
|
@@ -166,9 +192,10 @@
|
|
|
166
192
|
{
|
|
167
193
|
"id": "provider.bedrock.endpoint",
|
|
168
194
|
"label": "Endpoint",
|
|
169
|
-
"description": "
|
|
195
|
+
"description": "Optional custom API endpoint",
|
|
170
196
|
"optional": true,
|
|
171
|
-
"
|
|
197
|
+
"feel": "optional",
|
|
198
|
+
"group": "provider",
|
|
172
199
|
"binding": {
|
|
173
200
|
"name": "provider.bedrock.endpoint",
|
|
174
201
|
"type": "zeebe:input"
|
|
@@ -178,20 +205,16 @@
|
|
|
178
205
|
"equals": "bedrock",
|
|
179
206
|
"type": "simple"
|
|
180
207
|
},
|
|
181
|
-
"type": "
|
|
208
|
+
"type": "String"
|
|
182
209
|
},
|
|
183
210
|
{
|
|
184
|
-
"id": "provider.bedrock.
|
|
185
|
-
"label": "
|
|
186
|
-
"
|
|
187
|
-
"value": "
|
|
188
|
-
"
|
|
189
|
-
"notEmpty": true
|
|
190
|
-
},
|
|
191
|
-
"feel": "optional",
|
|
192
|
-
"group": "model",
|
|
211
|
+
"id": "provider.bedrock.authentication.type",
|
|
212
|
+
"label": "Authentication",
|
|
213
|
+
"description": "Specify the AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-bedrock/#authentication\" target=\"_blank\">documentation page</a>",
|
|
214
|
+
"value": "credentials",
|
|
215
|
+
"group": "provider",
|
|
193
216
|
"binding": {
|
|
194
|
-
"name": "provider.bedrock.
|
|
217
|
+
"name": "provider.bedrock.authentication.type",
|
|
195
218
|
"type": "zeebe:input"
|
|
196
219
|
},
|
|
197
220
|
"condition": {
|
|
@@ -199,117 +222,149 @@
|
|
|
199
222
|
"equals": "bedrock",
|
|
200
223
|
"type": "simple"
|
|
201
224
|
},
|
|
202
|
-
"type": "
|
|
225
|
+
"type": "Dropdown",
|
|
226
|
+
"choices": [
|
|
227
|
+
{
|
|
228
|
+
"name": "Credentials",
|
|
229
|
+
"value": "credentials"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
233
|
+
"value": "defaultCredentialsChain"
|
|
234
|
+
}
|
|
235
|
+
]
|
|
203
236
|
},
|
|
204
237
|
{
|
|
205
|
-
"id": "provider.
|
|
206
|
-
"label": "
|
|
207
|
-
"description": "
|
|
208
|
-
"optional":
|
|
209
|
-
"
|
|
238
|
+
"id": "provider.bedrock.authentication.accessKey",
|
|
239
|
+
"label": "Access key",
|
|
240
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
241
|
+
"optional": false,
|
|
242
|
+
"constraints": {
|
|
243
|
+
"notEmpty": true
|
|
244
|
+
},
|
|
245
|
+
"feel": "optional",
|
|
246
|
+
"group": "provider",
|
|
210
247
|
"binding": {
|
|
211
|
-
"name": "provider.
|
|
248
|
+
"name": "provider.bedrock.authentication.accessKey",
|
|
212
249
|
"type": "zeebe:input"
|
|
213
250
|
},
|
|
214
251
|
"condition": {
|
|
215
|
-
"
|
|
216
|
-
|
|
217
|
-
|
|
252
|
+
"allMatch": [
|
|
253
|
+
{
|
|
254
|
+
"property": "provider.bedrock.authentication.type",
|
|
255
|
+
"equals": "credentials",
|
|
256
|
+
"type": "simple"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"property": "provider.type",
|
|
260
|
+
"equals": "bedrock",
|
|
261
|
+
"type": "simple"
|
|
262
|
+
}
|
|
263
|
+
]
|
|
218
264
|
},
|
|
219
|
-
"type": "
|
|
265
|
+
"type": "String"
|
|
220
266
|
},
|
|
221
267
|
{
|
|
222
|
-
"id": "provider.
|
|
223
|
-
"label": "
|
|
268
|
+
"id": "provider.bedrock.authentication.secretKey",
|
|
269
|
+
"label": "Secret key",
|
|
270
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
224
271
|
"optional": false,
|
|
225
|
-
"value": "gpt-4o",
|
|
226
272
|
"constraints": {
|
|
227
273
|
"notEmpty": true
|
|
228
274
|
},
|
|
229
275
|
"feel": "optional",
|
|
230
|
-
"group": "
|
|
276
|
+
"group": "provider",
|
|
231
277
|
"binding": {
|
|
232
|
-
"name": "provider.
|
|
278
|
+
"name": "provider.bedrock.authentication.secretKey",
|
|
233
279
|
"type": "zeebe:input"
|
|
234
280
|
},
|
|
235
281
|
"condition": {
|
|
236
|
-
"
|
|
237
|
-
|
|
238
|
-
|
|
282
|
+
"allMatch": [
|
|
283
|
+
{
|
|
284
|
+
"property": "provider.bedrock.authentication.type",
|
|
285
|
+
"equals": "credentials",
|
|
286
|
+
"type": "simple"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"property": "provider.type",
|
|
290
|
+
"equals": "bedrock",
|
|
291
|
+
"type": "simple"
|
|
292
|
+
}
|
|
293
|
+
]
|
|
239
294
|
},
|
|
240
295
|
"type": "String"
|
|
241
296
|
},
|
|
242
297
|
{
|
|
243
|
-
"id": "provider.
|
|
244
|
-
"label": "
|
|
298
|
+
"id": "provider.azureOpenAi.endpoint",
|
|
299
|
+
"label": "Endpoint",
|
|
300
|
+
"description": "Specify Azure OpenAI endpoint. Details in the <a href=\"https://learn.microsoft.com/en-us/azure/ai-foundry/openai/reference\" target=\"_blank\">documentation</a>.",
|
|
245
301
|
"optional": false,
|
|
246
302
|
"constraints": {
|
|
247
303
|
"notEmpty": true
|
|
248
304
|
},
|
|
249
305
|
"feel": "optional",
|
|
250
|
-
"group": "
|
|
306
|
+
"group": "provider",
|
|
251
307
|
"binding": {
|
|
252
|
-
"name": "provider.
|
|
308
|
+
"name": "provider.azureOpenAi.endpoint",
|
|
253
309
|
"type": "zeebe:input"
|
|
254
310
|
},
|
|
255
311
|
"condition": {
|
|
256
312
|
"property": "provider.type",
|
|
257
|
-
"equals": "
|
|
313
|
+
"equals": "azureOpenAi",
|
|
258
314
|
"type": "simple"
|
|
259
315
|
},
|
|
260
316
|
"type": "String"
|
|
261
317
|
},
|
|
262
318
|
{
|
|
263
|
-
"id": "provider.
|
|
319
|
+
"id": "provider.azureOpenAi.authentication.type",
|
|
264
320
|
"label": "Authentication",
|
|
265
|
-
"description": "Specify
|
|
266
|
-
"value": "
|
|
267
|
-
"group": "
|
|
321
|
+
"description": "Specify the Azure OpenAI authentication strategy.",
|
|
322
|
+
"value": "apiKey",
|
|
323
|
+
"group": "provider",
|
|
268
324
|
"binding": {
|
|
269
|
-
"name": "provider.
|
|
325
|
+
"name": "provider.azureOpenAi.authentication.type",
|
|
270
326
|
"type": "zeebe:input"
|
|
271
327
|
},
|
|
272
328
|
"condition": {
|
|
273
329
|
"property": "provider.type",
|
|
274
|
-
"equals": "
|
|
330
|
+
"equals": "azureOpenAi",
|
|
275
331
|
"type": "simple"
|
|
276
332
|
},
|
|
277
333
|
"type": "Dropdown",
|
|
278
334
|
"choices": [
|
|
279
335
|
{
|
|
280
|
-
"name": "
|
|
281
|
-
"value": "
|
|
336
|
+
"name": "API key",
|
|
337
|
+
"value": "apiKey"
|
|
282
338
|
},
|
|
283
339
|
{
|
|
284
|
-
"name": "
|
|
285
|
-
"value": "
|
|
340
|
+
"name": "Client credentials",
|
|
341
|
+
"value": "clientCredentials"
|
|
286
342
|
}
|
|
287
343
|
]
|
|
288
344
|
},
|
|
289
345
|
{
|
|
290
|
-
"id": "provider.
|
|
291
|
-
"label": "
|
|
292
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
346
|
+
"id": "provider.azureOpenAi.authentication.apiKey",
|
|
347
|
+
"label": "API key",
|
|
293
348
|
"optional": false,
|
|
294
349
|
"constraints": {
|
|
295
350
|
"notEmpty": true
|
|
296
351
|
},
|
|
297
352
|
"feel": "optional",
|
|
298
|
-
"group": "
|
|
353
|
+
"group": "provider",
|
|
299
354
|
"binding": {
|
|
300
|
-
"name": "provider.
|
|
355
|
+
"name": "provider.azureOpenAi.authentication.apiKey",
|
|
301
356
|
"type": "zeebe:input"
|
|
302
357
|
},
|
|
303
358
|
"condition": {
|
|
304
359
|
"allMatch": [
|
|
305
360
|
{
|
|
306
|
-
"property": "provider.
|
|
307
|
-
"equals": "
|
|
361
|
+
"property": "provider.azureOpenAi.authentication.type",
|
|
362
|
+
"equals": "apiKey",
|
|
308
363
|
"type": "simple"
|
|
309
364
|
},
|
|
310
365
|
{
|
|
311
366
|
"property": "provider.type",
|
|
312
|
-
"equals": "
|
|
367
|
+
"equals": "azureOpenAi",
|
|
313
368
|
"type": "simple"
|
|
314
369
|
}
|
|
315
370
|
]
|
|
@@ -317,29 +372,29 @@
|
|
|
317
372
|
"type": "String"
|
|
318
373
|
},
|
|
319
374
|
{
|
|
320
|
-
"id": "provider.
|
|
321
|
-
"label": "
|
|
322
|
-
"description": "
|
|
375
|
+
"id": "provider.azureOpenAi.authentication.clientId",
|
|
376
|
+
"label": "Client ID",
|
|
377
|
+
"description": "ID of a Microsoft Entra application",
|
|
323
378
|
"optional": false,
|
|
324
379
|
"constraints": {
|
|
325
380
|
"notEmpty": true
|
|
326
381
|
},
|
|
327
382
|
"feel": "optional",
|
|
328
|
-
"group": "
|
|
383
|
+
"group": "provider",
|
|
329
384
|
"binding": {
|
|
330
|
-
"name": "provider.
|
|
385
|
+
"name": "provider.azureOpenAi.authentication.clientId",
|
|
331
386
|
"type": "zeebe:input"
|
|
332
387
|
},
|
|
333
388
|
"condition": {
|
|
334
389
|
"allMatch": [
|
|
335
390
|
{
|
|
336
|
-
"property": "provider.
|
|
337
|
-
"equals": "
|
|
391
|
+
"property": "provider.azureOpenAi.authentication.type",
|
|
392
|
+
"equals": "clientCredentials",
|
|
338
393
|
"type": "simple"
|
|
339
394
|
},
|
|
340
395
|
{
|
|
341
396
|
"property": "provider.type",
|
|
342
|
-
"equals": "
|
|
397
|
+
"equals": "azureOpenAi",
|
|
343
398
|
"type": "simple"
|
|
344
399
|
}
|
|
345
400
|
]
|
|
@@ -347,34 +402,2615 @@
|
|
|
347
402
|
"type": "String"
|
|
348
403
|
},
|
|
349
404
|
{
|
|
350
|
-
"id": "provider.
|
|
351
|
-
"label": "
|
|
405
|
+
"id": "provider.azureOpenAi.authentication.clientSecret",
|
|
406
|
+
"label": "Client secret",
|
|
407
|
+
"description": "Secret of a Microsoft Entra application",
|
|
352
408
|
"optional": false,
|
|
353
409
|
"constraints": {
|
|
354
410
|
"notEmpty": true
|
|
355
411
|
},
|
|
356
412
|
"feel": "optional",
|
|
357
|
-
"group": "
|
|
413
|
+
"group": "provider",
|
|
358
414
|
"binding": {
|
|
359
|
-
"name": "provider.
|
|
415
|
+
"name": "provider.azureOpenAi.authentication.clientSecret",
|
|
360
416
|
"type": "zeebe:input"
|
|
361
417
|
},
|
|
362
418
|
"condition": {
|
|
363
|
-
"
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
419
|
+
"allMatch": [
|
|
420
|
+
{
|
|
421
|
+
"property": "provider.azureOpenAi.authentication.type",
|
|
422
|
+
"equals": "clientCredentials",
|
|
423
|
+
"type": "simple"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"property": "provider.type",
|
|
427
|
+
"equals": "azureOpenAi",
|
|
428
|
+
"type": "simple"
|
|
429
|
+
}
|
|
430
|
+
]
|
|
431
|
+
},
|
|
432
|
+
"type": "String"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"id": "provider.azureOpenAi.authentication.tenantId",
|
|
436
|
+
"label": "Tenant ID",
|
|
437
|
+
"description": "ID of a Microsoft Entra tenant. Details in the <a href=\"https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant\" target=\"_blank\">documentation</a>.",
|
|
438
|
+
"optional": false,
|
|
439
|
+
"constraints": {
|
|
440
|
+
"notEmpty": true
|
|
441
|
+
},
|
|
442
|
+
"feel": "optional",
|
|
443
|
+
"group": "provider",
|
|
444
|
+
"binding": {
|
|
445
|
+
"name": "provider.azureOpenAi.authentication.tenantId",
|
|
446
|
+
"type": "zeebe:input"
|
|
447
|
+
},
|
|
448
|
+
"condition": {
|
|
449
|
+
"allMatch": [
|
|
450
|
+
{
|
|
451
|
+
"property": "provider.azureOpenAi.authentication.type",
|
|
452
|
+
"equals": "clientCredentials",
|
|
453
|
+
"type": "simple"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"property": "provider.type",
|
|
457
|
+
"equals": "azureOpenAi",
|
|
458
|
+
"type": "simple"
|
|
459
|
+
}
|
|
460
|
+
]
|
|
461
|
+
},
|
|
462
|
+
"type": "String"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"id": "provider.azureOpenAi.authentication.authorityHost",
|
|
466
|
+
"label": "Authority host",
|
|
467
|
+
"description": "Authority host URL for the Microsoft Entra application. Defaults to <code>https://login.microsoftonline.com</code>. This can also contain an OAuth 2.0 token endpoint.",
|
|
468
|
+
"optional": true,
|
|
469
|
+
"feel": "optional",
|
|
470
|
+
"group": "provider",
|
|
471
|
+
"binding": {
|
|
472
|
+
"name": "provider.azureOpenAi.authentication.authorityHost",
|
|
473
|
+
"type": "zeebe:input"
|
|
474
|
+
},
|
|
475
|
+
"condition": {
|
|
476
|
+
"allMatch": [
|
|
477
|
+
{
|
|
478
|
+
"property": "provider.azureOpenAi.authentication.type",
|
|
479
|
+
"equals": "clientCredentials",
|
|
480
|
+
"type": "simple"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"property": "provider.type",
|
|
484
|
+
"equals": "azureOpenAi",
|
|
485
|
+
"type": "simple"
|
|
486
|
+
}
|
|
487
|
+
]
|
|
488
|
+
},
|
|
489
|
+
"type": "String"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"id": "provider.googleVertexAi.projectId",
|
|
493
|
+
"label": "Project ID",
|
|
494
|
+
"description": "Specify Google Cloud project ID",
|
|
495
|
+
"optional": false,
|
|
496
|
+
"constraints": {
|
|
497
|
+
"notEmpty": true
|
|
498
|
+
},
|
|
499
|
+
"feel": "optional",
|
|
500
|
+
"group": "provider",
|
|
501
|
+
"binding": {
|
|
502
|
+
"name": "provider.googleVertexAi.projectId",
|
|
503
|
+
"type": "zeebe:input"
|
|
504
|
+
},
|
|
505
|
+
"condition": {
|
|
506
|
+
"property": "provider.type",
|
|
507
|
+
"equals": "google-vertex-ai",
|
|
508
|
+
"type": "simple"
|
|
509
|
+
},
|
|
510
|
+
"type": "String"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"id": "provider.googleVertexAi.region",
|
|
514
|
+
"label": "Region",
|
|
515
|
+
"description": "Specify the region where AI inference should take place",
|
|
516
|
+
"optional": false,
|
|
517
|
+
"constraints": {
|
|
518
|
+
"notEmpty": true
|
|
519
|
+
},
|
|
520
|
+
"feel": "optional",
|
|
521
|
+
"group": "provider",
|
|
522
|
+
"binding": {
|
|
523
|
+
"name": "provider.googleVertexAi.region",
|
|
524
|
+
"type": "zeebe:input"
|
|
525
|
+
},
|
|
526
|
+
"condition": {
|
|
527
|
+
"property": "provider.type",
|
|
528
|
+
"equals": "google-vertex-ai",
|
|
529
|
+
"type": "simple"
|
|
530
|
+
},
|
|
531
|
+
"type": "String"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"id": "provider.googleVertexAi.authentication.type",
|
|
535
|
+
"label": "Authentication",
|
|
536
|
+
"description": "Specify the Google Vertex AI authentication strategy.",
|
|
537
|
+
"value": "serviceAccountCredentials",
|
|
538
|
+
"group": "provider",
|
|
539
|
+
"binding": {
|
|
540
|
+
"name": "provider.googleVertexAi.authentication.type",
|
|
541
|
+
"type": "zeebe:input"
|
|
542
|
+
},
|
|
543
|
+
"condition": {
|
|
544
|
+
"property": "provider.type",
|
|
545
|
+
"equals": "google-vertex-ai",
|
|
546
|
+
"type": "simple"
|
|
547
|
+
},
|
|
548
|
+
"type": "Dropdown",
|
|
549
|
+
"choices": [
|
|
550
|
+
{
|
|
551
|
+
"name": "Service account credentials",
|
|
552
|
+
"value": "serviceAccountCredentials"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"name": "Application default credentials (Hybrid/Self-Managed only)",
|
|
556
|
+
"value": "applicationDefaultCredentials"
|
|
557
|
+
}
|
|
558
|
+
]
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"id": "provider.googleVertexAi.authentication.jsonKey",
|
|
562
|
+
"label": "JSON key of the service account",
|
|
563
|
+
"description": "This is the key of the service account in JSON format.",
|
|
564
|
+
"optional": false,
|
|
565
|
+
"constraints": {
|
|
566
|
+
"notEmpty": true
|
|
567
|
+
},
|
|
568
|
+
"feel": "optional",
|
|
569
|
+
"group": "provider",
|
|
570
|
+
"binding": {
|
|
571
|
+
"name": "provider.googleVertexAi.authentication.jsonKey",
|
|
572
|
+
"type": "zeebe:input"
|
|
573
|
+
},
|
|
574
|
+
"condition": {
|
|
575
|
+
"allMatch": [
|
|
576
|
+
{
|
|
577
|
+
"property": "provider.googleVertexAi.authentication.type",
|
|
578
|
+
"equals": "serviceAccountCredentials",
|
|
579
|
+
"type": "simple"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"property": "provider.type",
|
|
583
|
+
"equals": "google-vertex-ai",
|
|
584
|
+
"type": "simple"
|
|
585
|
+
}
|
|
586
|
+
]
|
|
587
|
+
},
|
|
588
|
+
"type": "String"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"id": "provider.openai.authentication.apiKey",
|
|
592
|
+
"label": "OpenAI API key",
|
|
593
|
+
"optional": false,
|
|
594
|
+
"constraints": {
|
|
595
|
+
"notEmpty": true
|
|
596
|
+
},
|
|
597
|
+
"feel": "optional",
|
|
598
|
+
"group": "provider",
|
|
599
|
+
"binding": {
|
|
600
|
+
"name": "provider.openai.authentication.apiKey",
|
|
601
|
+
"type": "zeebe:input"
|
|
602
|
+
},
|
|
603
|
+
"condition": {
|
|
604
|
+
"property": "provider.type",
|
|
605
|
+
"equals": "openai",
|
|
606
|
+
"type": "simple"
|
|
607
|
+
},
|
|
608
|
+
"type": "String"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"id": "provider.openai.authentication.organizationId",
|
|
612
|
+
"label": "Organization ID",
|
|
613
|
+
"description": "For members of multiple organizations. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
|
|
614
|
+
"optional": true,
|
|
615
|
+
"feel": "optional",
|
|
616
|
+
"group": "provider",
|
|
617
|
+
"binding": {
|
|
618
|
+
"name": "provider.openai.authentication.organizationId",
|
|
619
|
+
"type": "zeebe:input"
|
|
620
|
+
},
|
|
621
|
+
"condition": {
|
|
622
|
+
"property": "provider.type",
|
|
623
|
+
"equals": "openai",
|
|
624
|
+
"type": "simple"
|
|
625
|
+
},
|
|
626
|
+
"type": "String"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"id": "provider.openai.authentication.projectId",
|
|
630
|
+
"label": "Project ID",
|
|
631
|
+
"description": "For accounts with multiple projects. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
|
|
632
|
+
"optional": true,
|
|
633
|
+
"feel": "optional",
|
|
634
|
+
"group": "provider",
|
|
635
|
+
"binding": {
|
|
636
|
+
"name": "provider.openai.authentication.projectId",
|
|
637
|
+
"type": "zeebe:input"
|
|
638
|
+
},
|
|
639
|
+
"condition": {
|
|
640
|
+
"property": "provider.type",
|
|
641
|
+
"equals": "openai",
|
|
642
|
+
"type": "simple"
|
|
643
|
+
},
|
|
644
|
+
"type": "String"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"id": "provider.openaiCompatible.endpoint",
|
|
648
|
+
"label": "API endpoint",
|
|
649
|
+
"optional": false,
|
|
650
|
+
"constraints": {
|
|
651
|
+
"notEmpty": true
|
|
652
|
+
},
|
|
653
|
+
"feel": "optional",
|
|
654
|
+
"group": "provider",
|
|
655
|
+
"binding": {
|
|
656
|
+
"name": "provider.openaiCompatible.endpoint",
|
|
657
|
+
"type": "zeebe:input"
|
|
658
|
+
},
|
|
659
|
+
"condition": {
|
|
660
|
+
"property": "provider.type",
|
|
661
|
+
"equals": "openaiCompatible",
|
|
662
|
+
"type": "simple"
|
|
663
|
+
},
|
|
664
|
+
"tooltip": "Specify an endpoint to use the connector with an OpenAI compatible API. ",
|
|
665
|
+
"type": "String"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"id": "provider.openaiCompatible.authentication.apiKey",
|
|
669
|
+
"label": "API key",
|
|
670
|
+
"optional": true,
|
|
671
|
+
"feel": "optional",
|
|
672
|
+
"group": "provider",
|
|
673
|
+
"binding": {
|
|
674
|
+
"name": "provider.openaiCompatible.authentication.apiKey",
|
|
675
|
+
"type": "zeebe:input"
|
|
676
|
+
},
|
|
677
|
+
"condition": {
|
|
678
|
+
"property": "provider.type",
|
|
679
|
+
"equals": "openaiCompatible",
|
|
680
|
+
"type": "simple"
|
|
681
|
+
},
|
|
682
|
+
"tooltip": "Leave blank if using HTTP headers for authentication.<br>If an Authorization header is specified in the headers, then the API key is ignored.",
|
|
683
|
+
"type": "String"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"id": "provider.openaiCompatible.headers",
|
|
687
|
+
"label": "Headers",
|
|
688
|
+
"description": "Map of HTTP headers to add to the request.",
|
|
689
|
+
"optional": true,
|
|
690
|
+
"feel": "required",
|
|
691
|
+
"group": "provider",
|
|
692
|
+
"binding": {
|
|
693
|
+
"name": "provider.openaiCompatible.headers",
|
|
694
|
+
"type": "zeebe:input"
|
|
695
|
+
},
|
|
696
|
+
"condition": {
|
|
697
|
+
"property": "provider.type",
|
|
698
|
+
"equals": "openaiCompatible",
|
|
699
|
+
"type": "simple"
|
|
700
|
+
},
|
|
701
|
+
"type": "String"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"id": "provider.anthropic.model.model",
|
|
705
|
+
"label": "Model",
|
|
706
|
+
"description": "Specify the model ID. Details in the <a href=\"https://docs.anthropic.com/en/docs/about-claude/models/all-models\" target=\"_blank\">documentation</a>.",
|
|
707
|
+
"optional": false,
|
|
708
|
+
"value": "claude-3-5-sonnet-20240620",
|
|
709
|
+
"constraints": {
|
|
710
|
+
"notEmpty": true
|
|
711
|
+
},
|
|
712
|
+
"feel": "optional",
|
|
713
|
+
"group": "model",
|
|
714
|
+
"binding": {
|
|
715
|
+
"name": "provider.anthropic.model.model",
|
|
716
|
+
"type": "zeebe:input"
|
|
717
|
+
},
|
|
718
|
+
"condition": {
|
|
719
|
+
"property": "provider.type",
|
|
720
|
+
"equals": "anthropic",
|
|
721
|
+
"type": "simple"
|
|
722
|
+
},
|
|
723
|
+
"type": "String"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"id": "provider.anthropic.model.parameters.maxTokens",
|
|
727
|
+
"label": "Maximum tokens",
|
|
728
|
+
"optional": true,
|
|
729
|
+
"feel": "required",
|
|
730
|
+
"group": "model",
|
|
731
|
+
"binding": {
|
|
732
|
+
"name": "provider.anthropic.model.parameters.maxTokens",
|
|
733
|
+
"type": "zeebe:input"
|
|
734
|
+
},
|
|
735
|
+
"condition": {
|
|
736
|
+
"property": "provider.type",
|
|
737
|
+
"equals": "anthropic",
|
|
738
|
+
"type": "simple"
|
|
739
|
+
},
|
|
740
|
+
"tooltip": "The maximum number of tokens per request to generate before stopping. <br><br>Details in the <a href=\"https://docs.anthropic.com/en/api/messages#body-max-tokens\" target=\"_blank\">documentation</a>.",
|
|
741
|
+
"type": "Number"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"id": "provider.anthropic.model.parameters.temperature",
|
|
745
|
+
"label": "Temperature",
|
|
746
|
+
"optional": true,
|
|
747
|
+
"feel": "required",
|
|
748
|
+
"group": "model",
|
|
749
|
+
"binding": {
|
|
750
|
+
"name": "provider.anthropic.model.parameters.temperature",
|
|
751
|
+
"type": "zeebe:input"
|
|
752
|
+
},
|
|
753
|
+
"condition": {
|
|
754
|
+
"property": "provider.type",
|
|
755
|
+
"equals": "anthropic",
|
|
756
|
+
"type": "simple"
|
|
757
|
+
},
|
|
758
|
+
"tooltip": "Floating point number between 0 and 1. The higher the number, the more randomness will be injected into the response. <br><br>Details in the <a href=\"https://docs.anthropic.com/en/api/messages#body-temperature\" target=\"_blank\">documentation</a>.",
|
|
759
|
+
"type": "Number"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"id": "provider.anthropic.model.parameters.topP",
|
|
763
|
+
"label": "top P",
|
|
764
|
+
"optional": true,
|
|
765
|
+
"feel": "required",
|
|
766
|
+
"group": "model",
|
|
767
|
+
"binding": {
|
|
768
|
+
"name": "provider.anthropic.model.parameters.topP",
|
|
769
|
+
"type": "zeebe:input"
|
|
770
|
+
},
|
|
771
|
+
"condition": {
|
|
772
|
+
"property": "provider.type",
|
|
773
|
+
"equals": "anthropic",
|
|
774
|
+
"type": "simple"
|
|
775
|
+
},
|
|
776
|
+
"tooltip": "Floating point number between 0 and 1. Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://docs.anthropic.com/en/api/messages#body-top-p\" target=\"_blank\">documentation</a>.",
|
|
777
|
+
"type": "Number"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"id": "provider.anthropic.model.parameters.topK",
|
|
781
|
+
"label": "top K",
|
|
782
|
+
"optional": true,
|
|
783
|
+
"feel": "required",
|
|
784
|
+
"group": "model",
|
|
785
|
+
"binding": {
|
|
786
|
+
"name": "provider.anthropic.model.parameters.topK",
|
|
787
|
+
"type": "zeebe:input"
|
|
788
|
+
},
|
|
789
|
+
"condition": {
|
|
790
|
+
"property": "provider.type",
|
|
791
|
+
"equals": "anthropic",
|
|
792
|
+
"type": "simple"
|
|
793
|
+
},
|
|
794
|
+
"tooltip": "Integer greater than 0. Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://docs.anthropic.com/en/api/messages#body-top-k\" target=\"_blank\">documentation</a>.",
|
|
795
|
+
"type": "Number"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"id": "provider.bedrock.model.model",
|
|
799
|
+
"label": "Model",
|
|
800
|
+
"description": "Specify the model ID. Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html\" target=\"_blank\">documentation</a>.",
|
|
801
|
+
"optional": false,
|
|
802
|
+
"value": "anthropic.claude-3-5-sonnet-20240620-v1:0",
|
|
803
|
+
"constraints": {
|
|
804
|
+
"notEmpty": true
|
|
805
|
+
},
|
|
806
|
+
"feel": "optional",
|
|
807
|
+
"group": "model",
|
|
808
|
+
"binding": {
|
|
809
|
+
"name": "provider.bedrock.model.model",
|
|
810
|
+
"type": "zeebe:input"
|
|
811
|
+
},
|
|
812
|
+
"condition": {
|
|
813
|
+
"property": "provider.type",
|
|
814
|
+
"equals": "bedrock",
|
|
815
|
+
"type": "simple"
|
|
816
|
+
},
|
|
817
|
+
"type": "String"
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"id": "provider.bedrock.model.parameters.maxTokens",
|
|
821
|
+
"label": "Maximum tokens",
|
|
822
|
+
"optional": true,
|
|
823
|
+
"feel": "required",
|
|
824
|
+
"group": "model",
|
|
825
|
+
"binding": {
|
|
826
|
+
"name": "provider.bedrock.model.parameters.maxTokens",
|
|
827
|
+
"type": "zeebe:input"
|
|
828
|
+
},
|
|
829
|
+
"condition": {
|
|
830
|
+
"property": "provider.type",
|
|
831
|
+
"equals": "bedrock",
|
|
832
|
+
"type": "simple"
|
|
833
|
+
},
|
|
834
|
+
"tooltip": "The maximum number of tokens per request to allow in the generated response. <br><br>Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InferenceConfiguration.html\" target=\"_blank\">documentation</a>.",
|
|
835
|
+
"type": "Number"
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"id": "provider.bedrock.model.parameters.temperature",
|
|
839
|
+
"label": "Temperature",
|
|
840
|
+
"optional": true,
|
|
841
|
+
"feel": "required",
|
|
842
|
+
"group": "model",
|
|
843
|
+
"binding": {
|
|
844
|
+
"name": "provider.bedrock.model.parameters.temperature",
|
|
845
|
+
"type": "zeebe:input"
|
|
846
|
+
},
|
|
847
|
+
"condition": {
|
|
848
|
+
"property": "provider.type",
|
|
849
|
+
"equals": "bedrock",
|
|
850
|
+
"type": "simple"
|
|
851
|
+
},
|
|
852
|
+
"tooltip": "Floating point number between 0 and 1. The higher the number, the more randomness will be injected into the response. <br><br>Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InferenceConfiguration.html\" target=\"_blank\">documentation</a>.",
|
|
853
|
+
"type": "Number"
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"id": "provider.bedrock.model.parameters.topP",
|
|
857
|
+
"label": "top P",
|
|
858
|
+
"optional": true,
|
|
859
|
+
"feel": "required",
|
|
860
|
+
"group": "model",
|
|
861
|
+
"binding": {
|
|
862
|
+
"name": "provider.bedrock.model.parameters.topP",
|
|
863
|
+
"type": "zeebe:input"
|
|
864
|
+
},
|
|
865
|
+
"condition": {
|
|
866
|
+
"property": "provider.type",
|
|
867
|
+
"equals": "bedrock",
|
|
868
|
+
"type": "simple"
|
|
869
|
+
},
|
|
870
|
+
"tooltip": "Floating point number between 0 and 1. Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InferenceConfiguration.html\" target=\"_blank\">documentation</a>.",
|
|
871
|
+
"type": "Number"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"id": "provider.azureOpenAi.model.deploymentName",
|
|
875
|
+
"label": "Model deployment name",
|
|
876
|
+
"description": "Specify the model deployment name. Details in the <a href=\"https://learn.microsoft.com/en-us/azure/ai-foundry/openai/reference\" target=\"_blank\">documentation</a>.",
|
|
877
|
+
"optional": false,
|
|
878
|
+
"constraints": {
|
|
879
|
+
"notEmpty": true
|
|
880
|
+
},
|
|
881
|
+
"feel": "optional",
|
|
882
|
+
"group": "model",
|
|
883
|
+
"binding": {
|
|
884
|
+
"name": "provider.azureOpenAi.model.deploymentName",
|
|
885
|
+
"type": "zeebe:input"
|
|
886
|
+
},
|
|
887
|
+
"condition": {
|
|
888
|
+
"property": "provider.type",
|
|
889
|
+
"equals": "azureOpenAi",
|
|
890
|
+
"type": "simple"
|
|
891
|
+
},
|
|
892
|
+
"type": "String"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"id": "provider.azureOpenAi.model.parameters.maxTokens",
|
|
896
|
+
"label": "Maximum tokens",
|
|
897
|
+
"optional": true,
|
|
898
|
+
"feel": "required",
|
|
899
|
+
"group": "model",
|
|
900
|
+
"binding": {
|
|
901
|
+
"name": "provider.azureOpenAi.model.parameters.maxTokens",
|
|
902
|
+
"type": "zeebe:input"
|
|
903
|
+
},
|
|
904
|
+
"condition": {
|
|
905
|
+
"property": "provider.type",
|
|
906
|
+
"equals": "azureOpenAi",
|
|
907
|
+
"type": "simple"
|
|
908
|
+
},
|
|
909
|
+
"tooltip": "The maximum number of tokens per request to generate before stopping. <br><br>Details in the <a href=\"https://learn.microsoft.com/en-us/azure/ai-foundry/openai/reference#request-body\" target=\"_blank\">documentation</a>.",
|
|
910
|
+
"type": "Number"
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"id": "provider.azureOpenAi.model.parameters.temperature",
|
|
914
|
+
"label": "Temperature",
|
|
915
|
+
"optional": true,
|
|
916
|
+
"feel": "required",
|
|
917
|
+
"group": "model",
|
|
918
|
+
"binding": {
|
|
919
|
+
"name": "provider.azureOpenAi.model.parameters.temperature",
|
|
920
|
+
"type": "zeebe:input"
|
|
921
|
+
},
|
|
922
|
+
"condition": {
|
|
923
|
+
"property": "provider.type",
|
|
924
|
+
"equals": "azureOpenAi",
|
|
925
|
+
"type": "simple"
|
|
926
|
+
},
|
|
927
|
+
"tooltip": "Floating point number between 0 and 2. The higher the number, the more randomness will be injected into the response. <br><br>Details in the <a href=\"https://learn.microsoft.com/en-us/azure/ai-foundry/openai/reference#request-body\" target=\"_blank\">documentation</a>.",
|
|
928
|
+
"type": "Number"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"id": "provider.azureOpenAi.model.parameters.topP",
|
|
932
|
+
"label": "top P",
|
|
933
|
+
"optional": true,
|
|
934
|
+
"feel": "required",
|
|
935
|
+
"group": "model",
|
|
936
|
+
"binding": {
|
|
937
|
+
"name": "provider.azureOpenAi.model.parameters.topP",
|
|
938
|
+
"type": "zeebe:input"
|
|
939
|
+
},
|
|
940
|
+
"condition": {
|
|
941
|
+
"property": "provider.type",
|
|
942
|
+
"equals": "azureOpenAi",
|
|
943
|
+
"type": "simple"
|
|
944
|
+
},
|
|
945
|
+
"tooltip": "Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://learn.microsoft.com/en-us/azure/ai-foundry/openai/reference#request-body\" target=\"_blank\">documentation</a>.",
|
|
946
|
+
"type": "Number"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"id": "provider.googleVertexAi.model.model",
|
|
950
|
+
"label": "Model",
|
|
951
|
+
"description": "Specify the model ID. Details in the <a href=\"https://cloud.google.com/vertex-ai/docs/generative-ai/models\" target=\"_blank\">documentation</a>.",
|
|
952
|
+
"optional": false,
|
|
953
|
+
"constraints": {
|
|
954
|
+
"notEmpty": true
|
|
955
|
+
},
|
|
956
|
+
"feel": "optional",
|
|
957
|
+
"group": "model",
|
|
958
|
+
"binding": {
|
|
959
|
+
"name": "provider.googleVertexAi.model.model",
|
|
960
|
+
"type": "zeebe:input"
|
|
961
|
+
},
|
|
962
|
+
"condition": {
|
|
963
|
+
"property": "provider.type",
|
|
964
|
+
"equals": "google-vertex-ai",
|
|
965
|
+
"type": "simple"
|
|
966
|
+
},
|
|
967
|
+
"type": "String"
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"id": "provider.googleVertexAi.model.parameters.maxOutputTokens",
|
|
971
|
+
"label": "Maximum output tokens",
|
|
972
|
+
"optional": true,
|
|
973
|
+
"feel": "required",
|
|
974
|
+
"group": "model",
|
|
975
|
+
"binding": {
|
|
976
|
+
"name": "provider.googleVertexAi.model.parameters.maxOutputTokens",
|
|
977
|
+
"type": "zeebe:input"
|
|
978
|
+
},
|
|
979
|
+
"condition": {
|
|
980
|
+
"property": "provider.type",
|
|
981
|
+
"equals": "google-vertex-ai",
|
|
982
|
+
"type": "simple"
|
|
983
|
+
},
|
|
984
|
+
"tooltip": "Maximum number of tokens that can be generated in the response. <br><br>Details in the <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference\" target=\"_blank\">documentation</a>.",
|
|
985
|
+
"type": "Number"
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"id": "provider.googleVertexAi.model.parameters.temperature",
|
|
989
|
+
"label": "Temperature",
|
|
990
|
+
"optional": true,
|
|
991
|
+
"feel": "required",
|
|
992
|
+
"group": "model",
|
|
993
|
+
"binding": {
|
|
994
|
+
"name": "provider.googleVertexAi.model.parameters.temperature",
|
|
995
|
+
"type": "zeebe:input"
|
|
996
|
+
},
|
|
997
|
+
"condition": {
|
|
998
|
+
"property": "provider.type",
|
|
999
|
+
"equals": "google-vertex-ai",
|
|
1000
|
+
"type": "simple"
|
|
1001
|
+
},
|
|
1002
|
+
"tooltip": "Controls the degree of randomness in token selection. <br><br>Details in the <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference\" target=\"_blank\">documentation</a>.",
|
|
1003
|
+
"type": "Number"
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"id": "provider.googleVertexAi.model.parameters.topP",
|
|
1007
|
+
"label": "top P",
|
|
1008
|
+
"optional": true,
|
|
1009
|
+
"feel": "required",
|
|
1010
|
+
"group": "model",
|
|
1011
|
+
"binding": {
|
|
1012
|
+
"name": "provider.googleVertexAi.model.parameters.topP",
|
|
1013
|
+
"type": "zeebe:input"
|
|
1014
|
+
},
|
|
1015
|
+
"condition": {
|
|
1016
|
+
"property": "provider.type",
|
|
1017
|
+
"equals": "google-vertex-ai",
|
|
1018
|
+
"type": "simple"
|
|
1019
|
+
},
|
|
1020
|
+
"tooltip": "Floating point number between 0 and 1. Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference\" target=\"_blank\">documentation</a>.",
|
|
1021
|
+
"type": "Number"
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"id": "provider.googleVertexAi.model.parameters.topK",
|
|
1025
|
+
"label": "top K",
|
|
1026
|
+
"optional": true,
|
|
1027
|
+
"feel": "required",
|
|
1028
|
+
"group": "model",
|
|
1029
|
+
"binding": {
|
|
1030
|
+
"name": "provider.googleVertexAi.model.parameters.topK",
|
|
1031
|
+
"type": "zeebe:input"
|
|
1032
|
+
},
|
|
1033
|
+
"condition": {
|
|
1034
|
+
"property": "provider.type",
|
|
1035
|
+
"equals": "google-vertex-ai",
|
|
1036
|
+
"type": "simple"
|
|
1037
|
+
},
|
|
1038
|
+
"tooltip": "Integer greater than 0. Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference\" target=\"_blank\">documentation</a>.",
|
|
1039
|
+
"type": "Number"
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
"id": "provider.openai.model.model",
|
|
1043
|
+
"label": "Model",
|
|
1044
|
+
"description": "Specify the model ID. Details in the <a href=\"https://platform.openai.com/docs/models\" target=\"_blank\">documentation</a>.",
|
|
1045
|
+
"optional": false,
|
|
1046
|
+
"value": "gpt-4o",
|
|
1047
|
+
"constraints": {
|
|
1048
|
+
"notEmpty": true
|
|
1049
|
+
},
|
|
1050
|
+
"feel": "optional",
|
|
1051
|
+
"group": "model",
|
|
1052
|
+
"binding": {
|
|
1053
|
+
"name": "provider.openai.model.model",
|
|
1054
|
+
"type": "zeebe:input"
|
|
1055
|
+
},
|
|
1056
|
+
"condition": {
|
|
1057
|
+
"property": "provider.type",
|
|
1058
|
+
"equals": "openai",
|
|
1059
|
+
"type": "simple"
|
|
1060
|
+
},
|
|
1061
|
+
"type": "String"
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"id": "provider.openai.model.parameters.maxCompletionTokens",
|
|
1065
|
+
"label": "Maximum completion tokens",
|
|
1066
|
+
"optional": true,
|
|
1067
|
+
"feel": "required",
|
|
1068
|
+
"group": "model",
|
|
1069
|
+
"binding": {
|
|
1070
|
+
"name": "provider.openai.model.parameters.maxCompletionTokens",
|
|
1071
|
+
"type": "zeebe:input"
|
|
1072
|
+
},
|
|
1073
|
+
"condition": {
|
|
1074
|
+
"property": "provider.type",
|
|
1075
|
+
"equals": "openai",
|
|
1076
|
+
"type": "simple"
|
|
1077
|
+
},
|
|
1078
|
+
"tooltip": "The maximum number of tokens per request to generate before stopping. <br><br>Details in the <a href=\"https://platform.openai.com/docs/api-reference/chat/create#chat-create-max_completion_tokens\" target=\"_blank\">documentation</a>.",
|
|
1079
|
+
"type": "Number"
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"id": "provider.openai.model.parameters.temperature",
|
|
1083
|
+
"label": "Temperature",
|
|
1084
|
+
"optional": true,
|
|
1085
|
+
"feel": "required",
|
|
1086
|
+
"group": "model",
|
|
1087
|
+
"binding": {
|
|
1088
|
+
"name": "provider.openai.model.parameters.temperature",
|
|
1089
|
+
"type": "zeebe:input"
|
|
1090
|
+
},
|
|
1091
|
+
"condition": {
|
|
1092
|
+
"property": "provider.type",
|
|
1093
|
+
"equals": "openai",
|
|
1094
|
+
"type": "simple"
|
|
1095
|
+
},
|
|
1096
|
+
"tooltip": "Floating point number between 0 and 2. The higher the number, the more randomness will be injected into the response. <br><br>Details in the <a href=\"https://platform.openai.com/docs/api-reference/chat/create#chat-create-temperature\" target=\"_blank\">documentation</a>.",
|
|
1097
|
+
"type": "Number"
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"id": "provider.openai.model.parameters.topP",
|
|
1101
|
+
"label": "top P",
|
|
1102
|
+
"optional": true,
|
|
1103
|
+
"feel": "required",
|
|
1104
|
+
"group": "model",
|
|
1105
|
+
"binding": {
|
|
1106
|
+
"name": "provider.openai.model.parameters.topP",
|
|
1107
|
+
"type": "zeebe:input"
|
|
1108
|
+
},
|
|
1109
|
+
"condition": {
|
|
1110
|
+
"property": "provider.type",
|
|
1111
|
+
"equals": "openai",
|
|
1112
|
+
"type": "simple"
|
|
1113
|
+
},
|
|
1114
|
+
"tooltip": "Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://platform.openai.com/docs/api-reference/chat/create#chat-create-top_p\" target=\"_blank\">documentation</a>.",
|
|
1115
|
+
"type": "Number"
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"id": "provider.openaiCompatible.model.model",
|
|
1119
|
+
"label": "Model",
|
|
1120
|
+
"description": "Specify the model ID. Details in the <a href=\"https://platform.openai.com/docs/models\" target=\"_blank\">documentation</a>.",
|
|
1121
|
+
"optional": false,
|
|
1122
|
+
"value": "gpt-4o",
|
|
1123
|
+
"constraints": {
|
|
1124
|
+
"notEmpty": true
|
|
1125
|
+
},
|
|
1126
|
+
"feel": "optional",
|
|
1127
|
+
"group": "model",
|
|
1128
|
+
"binding": {
|
|
1129
|
+
"name": "provider.openaiCompatible.model.model",
|
|
1130
|
+
"type": "zeebe:input"
|
|
1131
|
+
},
|
|
1132
|
+
"condition": {
|
|
1133
|
+
"property": "provider.type",
|
|
1134
|
+
"equals": "openaiCompatible",
|
|
1135
|
+
"type": "simple"
|
|
1136
|
+
},
|
|
1137
|
+
"type": "String"
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"id": "provider.openaiCompatible.model.parameters.maxCompletionTokens",
|
|
1141
|
+
"label": "Maximum completion tokens",
|
|
1142
|
+
"optional": true,
|
|
1143
|
+
"feel": "required",
|
|
1144
|
+
"group": "model",
|
|
1145
|
+
"binding": {
|
|
1146
|
+
"name": "provider.openaiCompatible.model.parameters.maxCompletionTokens",
|
|
1147
|
+
"type": "zeebe:input"
|
|
1148
|
+
},
|
|
1149
|
+
"condition": {
|
|
1150
|
+
"property": "provider.type",
|
|
1151
|
+
"equals": "openaiCompatible",
|
|
1152
|
+
"type": "simple"
|
|
1153
|
+
},
|
|
1154
|
+
"tooltip": "The maximum number of tokens per request to generate before stopping. <br><br>Details in the <a href=\"https://platform.openai.com/docs/api-reference/chat/create#chat-create-max_completion_tokens\" target=\"_blank\">documentation</a>.",
|
|
1155
|
+
"type": "Number"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"id": "provider.openaiCompatible.model.parameters.temperature",
|
|
1159
|
+
"label": "Temperature",
|
|
1160
|
+
"optional": true,
|
|
1161
|
+
"feel": "required",
|
|
1162
|
+
"group": "model",
|
|
1163
|
+
"binding": {
|
|
1164
|
+
"name": "provider.openaiCompatible.model.parameters.temperature",
|
|
1165
|
+
"type": "zeebe:input"
|
|
1166
|
+
},
|
|
1167
|
+
"condition": {
|
|
1168
|
+
"property": "provider.type",
|
|
1169
|
+
"equals": "openaiCompatible",
|
|
1170
|
+
"type": "simple"
|
|
1171
|
+
},
|
|
1172
|
+
"tooltip": "Floating point number between 0 and 2. The higher the number, the more randomness will be injected into the response. <br><br>Details in the <a href=\"https://platform.openai.com/docs/api-reference/chat/create#chat-create-temperature\" target=\"_blank\">documentation</a>.",
|
|
1173
|
+
"type": "Number"
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"id": "provider.openaiCompatible.model.parameters.topP",
|
|
1177
|
+
"label": "top P",
|
|
1178
|
+
"optional": true,
|
|
1179
|
+
"feel": "required",
|
|
1180
|
+
"group": "model",
|
|
1181
|
+
"binding": {
|
|
1182
|
+
"name": "provider.openaiCompatible.model.parameters.topP",
|
|
1183
|
+
"type": "zeebe:input"
|
|
1184
|
+
},
|
|
1185
|
+
"condition": {
|
|
1186
|
+
"property": "provider.type",
|
|
1187
|
+
"equals": "openaiCompatible",
|
|
1188
|
+
"type": "simple"
|
|
1189
|
+
},
|
|
1190
|
+
"tooltip": "Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://platform.openai.com/docs/api-reference/chat/create#chat-create-top_p\" target=\"_blank\">documentation</a>.",
|
|
1191
|
+
"type": "Number"
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
"id": "provider.openaiCompatible.model.parameters.customParameters",
|
|
1195
|
+
"label": "Custom parameters",
|
|
1196
|
+
"description": "Map of additional request parameters to include.",
|
|
1197
|
+
"optional": true,
|
|
1198
|
+
"feel": "required",
|
|
1199
|
+
"group": "model",
|
|
1200
|
+
"binding": {
|
|
1201
|
+
"name": "provider.openaiCompatible.model.parameters.customParameters",
|
|
1202
|
+
"type": "zeebe:input"
|
|
1203
|
+
},
|
|
1204
|
+
"condition": {
|
|
1205
|
+
"property": "provider.type",
|
|
1206
|
+
"equals": "openaiCompatible",
|
|
1207
|
+
"type": "simple"
|
|
1208
|
+
},
|
|
1209
|
+
"type": "String"
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"id": "data.systemPrompt.prompt",
|
|
1213
|
+
"label": "System prompt",
|
|
1214
|
+
"optional": false,
|
|
1215
|
+
"value": "\"You are **TaskAgent**, a helpful, generic chat agent that can handle a wide variety of customer requests using your own domain knowledge **and** any tools explicitly provided to you at runtime.\n\nIf tools are provided, you should prefer them instead of guessing an answer. You can call the same tool multiple times by providing different input values. Don't guess any tools which were not explicitly configured. If no tool matches the request, try to generate an answer. If you're not able to find a good answer, return with a message stating why you're not able to.\n\nWrap minimal, inspectable reasoning in *exactly* this XML template:\n\n<thinking>\n<context>…briefly state the customer’s need and current state…</context>\n<reflection>…list candidate tools, justify which you will call next and why…</reflection>\n</thinking>\n\nReveal **no** additional private reasoning outside these tags.\"",
|
|
1216
|
+
"constraints": {
|
|
1217
|
+
"notEmpty": true
|
|
1218
|
+
},
|
|
1219
|
+
"feel": "required",
|
|
1220
|
+
"group": "systemPrompt",
|
|
1221
|
+
"binding": {
|
|
1222
|
+
"name": "data.systemPrompt.prompt",
|
|
1223
|
+
"type": "zeebe:input"
|
|
1224
|
+
},
|
|
1225
|
+
"type": "Text"
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"id": "data.userPrompt.prompt",
|
|
1229
|
+
"label": "User prompt",
|
|
1230
|
+
"optional": false,
|
|
1231
|
+
"constraints": {
|
|
1232
|
+
"notEmpty": true
|
|
1233
|
+
},
|
|
1234
|
+
"feel": "required",
|
|
1235
|
+
"group": "userPrompt",
|
|
1236
|
+
"binding": {
|
|
1237
|
+
"name": "data.userPrompt.prompt",
|
|
1238
|
+
"type": "zeebe:input"
|
|
1239
|
+
},
|
|
1240
|
+
"type": "Text"
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"id": "data.userPrompt.documents",
|
|
1244
|
+
"label": "Documents",
|
|
1245
|
+
"description": "Documents to be included in the user prompt.",
|
|
1246
|
+
"optional": true,
|
|
1247
|
+
"feel": "required",
|
|
1248
|
+
"group": "userPrompt",
|
|
1249
|
+
"binding": {
|
|
1250
|
+
"name": "data.userPrompt.documents",
|
|
1251
|
+
"type": "zeebe:input"
|
|
1252
|
+
},
|
|
1253
|
+
"tooltip": "Referenced documents will be automatically added to the user prompt. <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/\" target=\"_blank\">See documentation</a> for details and supported file types.",
|
|
1254
|
+
"type": "String"
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"id": "data.tools.containerElementId",
|
|
1258
|
+
"label": "Ad-hoc sub-process ID",
|
|
1259
|
+
"description": "ID of the sub-process that contains the tools the AI agent can use.",
|
|
1260
|
+
"optional": true,
|
|
1261
|
+
"feel": "optional",
|
|
1262
|
+
"group": "tools",
|
|
1263
|
+
"binding": {
|
|
1264
|
+
"name": "data.tools.containerElementId",
|
|
1265
|
+
"type": "zeebe:input"
|
|
1266
|
+
},
|
|
1267
|
+
"tooltip": "Add an ad-hoc sub-process ID to attach the AI agent to the tools. Ensure your process includes a tools feedback loop routing into the ad-hoc sub-process and back to the AI agent connector. <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/\" target=\"_blank\">See documentation</a> for details.",
|
|
1268
|
+
"type": "String"
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"id": "data.tools.toolCallResults",
|
|
1272
|
+
"label": "Tool call results",
|
|
1273
|
+
"description": "Tool call results as returned by the sub-process.",
|
|
1274
|
+
"optional": true,
|
|
1275
|
+
"feel": "required",
|
|
1276
|
+
"group": "tools",
|
|
1277
|
+
"binding": {
|
|
1278
|
+
"name": "data.tools.toolCallResults",
|
|
1279
|
+
"type": "zeebe:input"
|
|
1280
|
+
},
|
|
1281
|
+
"tooltip": "This defines where to handle tool call results returned by the ad-hoc sub-process. Model this as part of your process and route it into the tools feedback loop. <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/\" target=\"_blank\">See documentation</a> for details.",
|
|
1282
|
+
"type": "Text"
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"id": "data.agentContext",
|
|
1286
|
+
"label": "Agent context",
|
|
1287
|
+
"description": "Avoid reusing context variables across agents to prevent issues with stale data or tool access.",
|
|
1288
|
+
"optional": false,
|
|
1289
|
+
"value": "=agent.context",
|
|
1290
|
+
"constraints": {
|
|
1291
|
+
"notEmpty": true
|
|
1292
|
+
},
|
|
1293
|
+
"feel": "required",
|
|
1294
|
+
"group": "memory",
|
|
1295
|
+
"binding": {
|
|
1296
|
+
"name": "data.context",
|
|
1297
|
+
"type": "zeebe:input"
|
|
1298
|
+
},
|
|
1299
|
+
"tooltip": "The agent context variable containing all relevant data for the agent to support the feedback loop between user requests, tool calls and LLM responses. Make sure this variable points to the <code>context</code> variable which is returned from the agent response. <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/\" target=\"_blank\">See documentation</a> for details.",
|
|
1300
|
+
"type": "Text"
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"id": "data.memory.storage.type",
|
|
1304
|
+
"label": "Memory storage type",
|
|
1305
|
+
"description": "Specify how to store the conversation memory.",
|
|
1306
|
+
"value": "in-process",
|
|
1307
|
+
"group": "memory",
|
|
1308
|
+
"binding": {
|
|
1309
|
+
"name": "data.memory.storage.type",
|
|
1310
|
+
"type": "zeebe:input"
|
|
1311
|
+
},
|
|
1312
|
+
"type": "Dropdown",
|
|
1313
|
+
"choices": [
|
|
1314
|
+
{
|
|
1315
|
+
"name": "In Process (part of agent context)",
|
|
1316
|
+
"value": "in-process"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"name": "Camunda Document Storage",
|
|
1320
|
+
"value": "camunda-document"
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
"name": "Custom Implementation (Hybrid/Self-Managed only)",
|
|
1324
|
+
"value": "custom"
|
|
1325
|
+
}
|
|
1326
|
+
]
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"id": "data.memory.storage.timeToLive",
|
|
1330
|
+
"label": "Document TTL",
|
|
1331
|
+
"description": "How long to retain the conversation document as ISO-8601 duration (example: <code>P14D</code>).",
|
|
1332
|
+
"optional": true,
|
|
1333
|
+
"feel": "optional",
|
|
1334
|
+
"group": "memory",
|
|
1335
|
+
"binding": {
|
|
1336
|
+
"name": "data.memory.storage.timeToLive",
|
|
1337
|
+
"type": "zeebe:input"
|
|
1338
|
+
},
|
|
1339
|
+
"condition": {
|
|
1340
|
+
"property": "data.memory.storage.type",
|
|
1341
|
+
"equals": "camunda-document",
|
|
1342
|
+
"type": "simple"
|
|
1343
|
+
},
|
|
1344
|
+
"tooltip": "Will use the cluster default TTL (time-to-live) if not specified. Make sure to set this value to a reasonable duration matching your process lifecycle.",
|
|
1345
|
+
"type": "String"
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
"id": "data.memory.storage.customProperties",
|
|
1349
|
+
"label": "Custom document properties",
|
|
1350
|
+
"description": "An optional map of custom properties to be stored with the conversation document.",
|
|
1351
|
+
"optional": true,
|
|
1352
|
+
"feel": "required",
|
|
1353
|
+
"group": "memory",
|
|
1354
|
+
"binding": {
|
|
1355
|
+
"name": "data.memory.storage.customProperties",
|
|
1356
|
+
"type": "zeebe:input"
|
|
1357
|
+
},
|
|
1358
|
+
"condition": {
|
|
1359
|
+
"property": "data.memory.storage.type",
|
|
1360
|
+
"equals": "camunda-document",
|
|
1361
|
+
"type": "simple"
|
|
1362
|
+
},
|
|
1363
|
+
"type": "String"
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"id": "data.memory.storage.storeType",
|
|
1367
|
+
"label": "Implementation type",
|
|
1368
|
+
"optional": false,
|
|
1369
|
+
"constraints": {
|
|
1370
|
+
"notEmpty": true
|
|
1371
|
+
},
|
|
1372
|
+
"feel": "optional",
|
|
1373
|
+
"group": "memory",
|
|
1374
|
+
"binding": {
|
|
1375
|
+
"name": "data.memory.storage.storeType",
|
|
1376
|
+
"type": "zeebe:input"
|
|
1377
|
+
},
|
|
1378
|
+
"condition": {
|
|
1379
|
+
"property": "data.memory.storage.type",
|
|
1380
|
+
"equals": "custom",
|
|
1381
|
+
"type": "simple"
|
|
1382
|
+
},
|
|
1383
|
+
"type": "String"
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
"id": "data.memory.storage.parameters",
|
|
1387
|
+
"label": "Parameters",
|
|
1388
|
+
"description": "Parameters for the custom memory storage implementation.",
|
|
1389
|
+
"optional": true,
|
|
1390
|
+
"feel": "required",
|
|
1391
|
+
"group": "memory",
|
|
1392
|
+
"binding": {
|
|
1393
|
+
"name": "data.memory.storage.parameters",
|
|
1394
|
+
"type": "zeebe:input"
|
|
1395
|
+
},
|
|
1396
|
+
"condition": {
|
|
1397
|
+
"property": "data.memory.storage.type",
|
|
1398
|
+
"equals": "custom",
|
|
1399
|
+
"type": "simple"
|
|
1400
|
+
},
|
|
1401
|
+
"type": "String"
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"id": "data.memory.contextWindowSize",
|
|
1405
|
+
"label": "Context window size",
|
|
1406
|
+
"description": "Maximum number of recent conversation messages which are passed to the model.",
|
|
1407
|
+
"optional": false,
|
|
1408
|
+
"value": 20,
|
|
1409
|
+
"feel": "static",
|
|
1410
|
+
"group": "memory",
|
|
1411
|
+
"binding": {
|
|
1412
|
+
"name": "data.memory.contextWindowSize",
|
|
1413
|
+
"type": "zeebe:input"
|
|
1414
|
+
},
|
|
1415
|
+
"tooltip": "Use this to limit the number of messages which are sent to the model. The agent will only send the most recent messages up to the configured limit to the LLM. Older messages will be kept in the conversation store, but not sent to the model. <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/\" target=\"_blank\">See documentation</a> for details.",
|
|
1416
|
+
"type": "Number"
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"id": "data.limits.maxModelCalls",
|
|
1420
|
+
"label": "Maximum model calls",
|
|
1421
|
+
"description": "Maximum number of calls to the model as a safety limit to prevent infinite loops.",
|
|
1422
|
+
"optional": false,
|
|
1423
|
+
"value": 10,
|
|
1424
|
+
"feel": "static",
|
|
1425
|
+
"group": "limits",
|
|
1426
|
+
"binding": {
|
|
1427
|
+
"name": "data.limits.maxModelCalls",
|
|
1428
|
+
"type": "zeebe:input"
|
|
1429
|
+
},
|
|
1430
|
+
"type": "Number"
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"id": "data.response.format.type",
|
|
1434
|
+
"label": "Response format",
|
|
1435
|
+
"description": "Specify the response format. Support for JSON mode varies by provider.",
|
|
1436
|
+
"value": "text",
|
|
1437
|
+
"group": "response",
|
|
1438
|
+
"binding": {
|
|
1439
|
+
"name": "data.response.format.type",
|
|
1440
|
+
"type": "zeebe:input"
|
|
1441
|
+
},
|
|
1442
|
+
"type": "Dropdown",
|
|
1443
|
+
"choices": [
|
|
1444
|
+
{
|
|
1445
|
+
"name": "Text",
|
|
1446
|
+
"value": "text"
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"name": "JSON",
|
|
1450
|
+
"value": "json"
|
|
1451
|
+
}
|
|
1452
|
+
]
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"id": "data.response.format.parseJson",
|
|
1456
|
+
"label": "Parse text as JSON",
|
|
1457
|
+
"description": "Tries to parse the LLM response text as JSON object.",
|
|
1458
|
+
"optional": true,
|
|
1459
|
+
"feel": "static",
|
|
1460
|
+
"group": "response",
|
|
1461
|
+
"binding": {
|
|
1462
|
+
"name": "data.response.format.parseJson",
|
|
1463
|
+
"type": "zeebe:input"
|
|
1464
|
+
},
|
|
1465
|
+
"condition": {
|
|
1466
|
+
"property": "data.response.format.type",
|
|
1467
|
+
"equals": "text",
|
|
1468
|
+
"type": "simple"
|
|
1469
|
+
},
|
|
1470
|
+
"tooltip": "Use this option in combination with models which don't support native JSON mode/structured tool calling (e.g. Anthropic). Make sure to instruct the model to return valid JSON in the system prompt. The parsed JSON will be available as <code>response.responseJson</code>.<br><br>If parsing fails, <code>null</code> will be returned as JSON response, but the text content will still be available as <code>response.responseText</code>.",
|
|
1471
|
+
"type": "Boolean"
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"id": "data.response.format.schema",
|
|
1475
|
+
"label": "Response JSON schema",
|
|
1476
|
+
"description": "An optional response <a href=\"https://json-schema.org/\" target=\"_blank\">JSON Schema</a> to instruct the model how to structure the JSON output.",
|
|
1477
|
+
"optional": true,
|
|
1478
|
+
"feel": "required",
|
|
1479
|
+
"group": "response",
|
|
1480
|
+
"binding": {
|
|
1481
|
+
"name": "data.response.format.schema",
|
|
1482
|
+
"type": "zeebe:input"
|
|
1483
|
+
},
|
|
1484
|
+
"condition": {
|
|
1485
|
+
"property": "data.response.format.type",
|
|
1486
|
+
"equals": "json",
|
|
1487
|
+
"type": "simple"
|
|
1488
|
+
},
|
|
1489
|
+
"tooltip": "If supported by the model, the response will be structured according to the provided schema. A parsed version of the response will be available as <code>response.responseJson</code>.",
|
|
1490
|
+
"type": "String"
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"id": "data.response.format.schemaName",
|
|
1494
|
+
"label": "Response JSON schema name",
|
|
1495
|
+
"description": "An optional name for the response JSON Schema to make the model aware of the expected output.",
|
|
1496
|
+
"optional": true,
|
|
1497
|
+
"value": "Response",
|
|
1498
|
+
"feel": "optional",
|
|
1499
|
+
"group": "response",
|
|
1500
|
+
"binding": {
|
|
1501
|
+
"name": "data.response.format.schemaName",
|
|
1502
|
+
"type": "zeebe:input"
|
|
1503
|
+
},
|
|
1504
|
+
"condition": {
|
|
1505
|
+
"property": "data.response.format.type",
|
|
1506
|
+
"equals": "json",
|
|
1507
|
+
"type": "simple"
|
|
1508
|
+
},
|
|
1509
|
+
"type": "String"
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"id": "data.response.includeAssistantMessage",
|
|
1513
|
+
"label": "Include assistant message",
|
|
1514
|
+
"description": "Include the full assistant message as part of the result object.",
|
|
1515
|
+
"optional": true,
|
|
1516
|
+
"feel": "static",
|
|
1517
|
+
"group": "response",
|
|
1518
|
+
"binding": {
|
|
1519
|
+
"name": "data.response.includeAssistantMessage",
|
|
1520
|
+
"type": "zeebe:input"
|
|
1521
|
+
},
|
|
1522
|
+
"tooltip": "In addition to the text content, the assistant message may include multiple additional content blocks and metadata (such as token usage). The message will be available as <code>response.responseMessage</code>.",
|
|
1523
|
+
"type": "Boolean"
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"id": "version",
|
|
1527
|
+
"label": "Version",
|
|
1528
|
+
"description": "Version of the element template",
|
|
1529
|
+
"value": "3",
|
|
1530
|
+
"group": "connector",
|
|
1531
|
+
"binding": {
|
|
1532
|
+
"key": "elementTemplateVersion",
|
|
1533
|
+
"type": "zeebe:taskHeader"
|
|
1534
|
+
},
|
|
1535
|
+
"type": "Hidden"
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
"id": "id",
|
|
1539
|
+
"label": "ID",
|
|
1540
|
+
"description": "ID of the element template",
|
|
1541
|
+
"value": "io.camunda.connectors.agenticai.aiagent.v1",
|
|
1542
|
+
"group": "connector",
|
|
1543
|
+
"binding": {
|
|
1544
|
+
"key": "elementTemplateId",
|
|
1545
|
+
"type": "zeebe:taskHeader"
|
|
1546
|
+
},
|
|
1547
|
+
"type": "Hidden"
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"id": "resultVariable",
|
|
1551
|
+
"label": "Result variable",
|
|
1552
|
+
"description": "Name of variable to store the response in",
|
|
1553
|
+
"value": "agent",
|
|
1554
|
+
"group": "output",
|
|
1555
|
+
"binding": {
|
|
1556
|
+
"key": "resultVariable",
|
|
1557
|
+
"type": "zeebe:taskHeader"
|
|
1558
|
+
},
|
|
1559
|
+
"type": "String"
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
"id": "resultExpression",
|
|
1563
|
+
"label": "Result expression",
|
|
1564
|
+
"description": "Expression to map the response into process variables",
|
|
1565
|
+
"feel": "required",
|
|
1566
|
+
"group": "output",
|
|
1567
|
+
"binding": {
|
|
1568
|
+
"key": "resultExpression",
|
|
1569
|
+
"type": "zeebe:taskHeader"
|
|
1570
|
+
},
|
|
1571
|
+
"type": "Text"
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"id": "errorExpression",
|
|
1575
|
+
"label": "Error expression",
|
|
1576
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
1577
|
+
"feel": "required",
|
|
1578
|
+
"group": "error",
|
|
1579
|
+
"binding": {
|
|
1580
|
+
"key": "errorExpression",
|
|
1581
|
+
"type": "zeebe:taskHeader"
|
|
1582
|
+
},
|
|
1583
|
+
"type": "Text"
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
"id": "retryCount",
|
|
1587
|
+
"label": "Retries",
|
|
1588
|
+
"description": "Number of retries",
|
|
1589
|
+
"value": "3",
|
|
1590
|
+
"feel": "optional",
|
|
1591
|
+
"group": "retries",
|
|
1592
|
+
"binding": {
|
|
1593
|
+
"property": "retries",
|
|
1594
|
+
"type": "zeebe:taskDefinition"
|
|
1595
|
+
},
|
|
1596
|
+
"type": "String"
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"id": "retryBackoff",
|
|
1600
|
+
"label": "Retry backoff",
|
|
1601
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
1602
|
+
"value": "PT0S",
|
|
1603
|
+
"group": "retries",
|
|
1604
|
+
"binding": {
|
|
1605
|
+
"key": "retryBackoff",
|
|
1606
|
+
"type": "zeebe:taskHeader"
|
|
1607
|
+
},
|
|
1608
|
+
"type": "String"
|
|
1609
|
+
}
|
|
1610
|
+
],
|
|
1611
|
+
"icon": {
|
|
1612
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiNBNTZFRkYiLz4KPG1hc2sgaWQ9InBhdGgtMi1vdXRzaWRlLTFfMTg1XzYiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjQiIHk9IjQiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iYmxhY2siPgo8cmVjdCBmaWxsPSJ3aGl0ZSIgeD0iNCIgeT0iNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIvPgo8L21hc2s+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC4wMTA1IDEyLjA5ODdDMTguNDkgMTAuNTg5NCAxNy4xNTk0IDguMTA4MTQgMTYuMTc5OSA2LjAxMTAzQzE2LjE1MiA2LjAwNDUxIDE2LjExNzYgNiAxNi4wNzk0IDZDMTYuMDQxMSA2IDE2LjAwNjYgNi4wMDQ1MSAxNS45Nzg4IDYuMDExMDRDMTQuOTk5NCA4LjEwODE0IDEzLjY2OTcgMTAuNTg4OSAxMi4xNDgxIDEyLjA5ODFDMTAuNjI2OSAxMy42MDcxIDguMTI1NjggMTQuOTI2NCA2LjAxMTU3IDE1Ljg5ODFDNi4wMDQ3NCAxNS45MjYxIDYgMTUuOTYxMSA2IDE2QzYgMTYuMDM4NyA2LjAwNDY4IDE2LjA3MzYgNi4wMTE0NCAxNi4xMDE0QzguMTI1MTkgMTcuMDcyOSAxMC42MjYyIDE4LjM5MTkgMTIuMTQ3NyAxOS45MDE2QzEzLjY2OTcgMjEuNDEwNyAxNC45OTk2IDIzLjg5MiAxNS45NzkxIDI1Ljk4OUMxNi4wMDY4IDI1Ljk5NTYgMTYuMDQxMSAyNiAxNi4wNzkzIDI2QzE2LjExNzUgMjYgMTYuMTUxOSAyNS45OTU0IDE2LjE3OTYgMjUuOTg5QzE3LjE1OTEgMjMuODkyIDE4LjQ4ODggMjEuNDExIDIwLjAwOTkgMTkuOTAyMU0yMC4wMDk5IDE5LjkwMjFDMjEuNTI1MyAxOC4zOTg3IDIzLjk0NjUgMTcuMDY2OSAyNS45OTE1IDE2LjA4MjRDMjUuOTk2NSAxNi4wNTkzIDI2IDE2LjAzMSAyNiAxNS45OTk3QzI2IDE1Ljk2ODQgMjUuOTk2NSAxNS45NDAzIDI1Ljk5MTUgMTUuOTE3MUMyMy45NDc0IDE0LjkzMjcgMjEuNTI1OSAxMy42MDEgMjAuMDEwNSAxMi4wOTg3IiBzdHJva2U9IiM0OTFEOEIiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgbWFzaz0idXJsKCNwYXRoLTItb3V0c2lkZS0xXzE4NV82KSIvPgo8L3N2Zz4K"
|
|
1613
|
+
}
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1617
|
+
"name": "AI Agent (alpha)",
|
|
1618
|
+
"id": "io.camunda.connectors.agenticai.aiagent.v0",
|
|
1619
|
+
"description": "AI Agent connector",
|
|
1620
|
+
"metadata": {
|
|
1621
|
+
"keywords": []
|
|
1622
|
+
},
|
|
1623
|
+
"version": 0,
|
|
1624
|
+
"deprecated": true,
|
|
1625
|
+
"category": {
|
|
1626
|
+
"id": "connectors",
|
|
1627
|
+
"name": "Connectors"
|
|
1628
|
+
},
|
|
1629
|
+
"appliesTo": ["bpmn:Task"],
|
|
1630
|
+
"elementType": {
|
|
1631
|
+
"value": "bpmn:ServiceTask"
|
|
1632
|
+
},
|
|
1633
|
+
"groups": [
|
|
1634
|
+
{
|
|
1635
|
+
"id": "model",
|
|
1636
|
+
"label": "Model"
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"id": "authentication",
|
|
1640
|
+
"label": "Authentication"
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"id": "context",
|
|
1644
|
+
"label": "Context"
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"id": "systemPrompt",
|
|
1648
|
+
"label": "System Prompt"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"id": "userPrompt",
|
|
1652
|
+
"label": "User Prompt"
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"id": "tools",
|
|
1656
|
+
"label": "Tools"
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"id": "memory",
|
|
1660
|
+
"label": "Memory"
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"id": "guardrails",
|
|
1664
|
+
"label": "Guardrails"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"id": "parameters",
|
|
1668
|
+
"label": "Parameters"
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"id": "connector",
|
|
1672
|
+
"label": "Connector"
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"id": "output",
|
|
1676
|
+
"label": "Output mapping"
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"id": "error",
|
|
1680
|
+
"label": "Error handling"
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"id": "retries",
|
|
1684
|
+
"label": "Retries"
|
|
1685
|
+
}
|
|
1686
|
+
],
|
|
1687
|
+
"properties": [
|
|
1688
|
+
{
|
|
1689
|
+
"value": "io.camunda.agenticai:aiagent:0",
|
|
1690
|
+
"binding": {
|
|
1691
|
+
"property": "type",
|
|
1692
|
+
"type": "zeebe:taskDefinition"
|
|
1693
|
+
},
|
|
1694
|
+
"type": "Hidden"
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"id": "provider.type",
|
|
1698
|
+
"label": "Provider",
|
|
1699
|
+
"description": "Specify the model provider to use",
|
|
1700
|
+
"group": "model",
|
|
1701
|
+
"binding": {
|
|
1702
|
+
"name": "provider.type",
|
|
1703
|
+
"type": "zeebe:input"
|
|
1704
|
+
},
|
|
1705
|
+
"type": "Dropdown",
|
|
1706
|
+
"choices": [
|
|
1707
|
+
{
|
|
1708
|
+
"name": "Anthropic",
|
|
1709
|
+
"value": "anthropic"
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"name": "AWS Bedrock",
|
|
1713
|
+
"value": "bedrock"
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
"name": "OpenAI",
|
|
1717
|
+
"value": "openai"
|
|
1718
|
+
}
|
|
1719
|
+
]
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"id": "provider.anthropic.endpoint",
|
|
1723
|
+
"label": "Endpoint",
|
|
1724
|
+
"description": "Specify endpoint if need to use a custom API endpoint",
|
|
1725
|
+
"optional": true,
|
|
1726
|
+
"group": "model",
|
|
1727
|
+
"binding": {
|
|
1728
|
+
"name": "provider.anthropic.endpoint",
|
|
1729
|
+
"type": "zeebe:input"
|
|
1730
|
+
},
|
|
1731
|
+
"condition": {
|
|
1732
|
+
"property": "provider.type",
|
|
1733
|
+
"equals": "anthropic",
|
|
1734
|
+
"type": "simple"
|
|
1735
|
+
},
|
|
1736
|
+
"type": "Hidden"
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"id": "provider.anthropic.model.model",
|
|
1740
|
+
"label": "Model",
|
|
1741
|
+
"optional": false,
|
|
1742
|
+
"value": "claude-3-5-sonnet-20240620",
|
|
1743
|
+
"constraints": {
|
|
1744
|
+
"notEmpty": true
|
|
1745
|
+
},
|
|
1746
|
+
"feel": "optional",
|
|
1747
|
+
"group": "model",
|
|
1748
|
+
"binding": {
|
|
1749
|
+
"name": "provider.anthropic.model.model",
|
|
1750
|
+
"type": "zeebe:input"
|
|
1751
|
+
},
|
|
1752
|
+
"condition": {
|
|
1753
|
+
"property": "provider.type",
|
|
1754
|
+
"equals": "anthropic",
|
|
1755
|
+
"type": "simple"
|
|
1756
|
+
},
|
|
1757
|
+
"type": "String"
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"id": "provider.bedrock.region",
|
|
1761
|
+
"label": "Region",
|
|
1762
|
+
"description": "Specify the AWS region",
|
|
1763
|
+
"optional": false,
|
|
1764
|
+
"constraints": {
|
|
1765
|
+
"notEmpty": true
|
|
1766
|
+
},
|
|
1767
|
+
"feel": "optional",
|
|
1768
|
+
"group": "model",
|
|
1769
|
+
"binding": {
|
|
1770
|
+
"name": "provider.bedrock.region",
|
|
1771
|
+
"type": "zeebe:input"
|
|
1772
|
+
},
|
|
1773
|
+
"condition": {
|
|
1774
|
+
"property": "provider.type",
|
|
1775
|
+
"equals": "bedrock",
|
|
1776
|
+
"type": "simple"
|
|
1777
|
+
},
|
|
1778
|
+
"type": "String"
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"id": "provider.bedrock.endpoint",
|
|
1782
|
+
"label": "Endpoint",
|
|
1783
|
+
"description": "Specify endpoint if need to use a custom API endpoint",
|
|
1784
|
+
"optional": true,
|
|
1785
|
+
"group": "model",
|
|
1786
|
+
"binding": {
|
|
1787
|
+
"name": "provider.bedrock.endpoint",
|
|
1788
|
+
"type": "zeebe:input"
|
|
1789
|
+
},
|
|
1790
|
+
"condition": {
|
|
1791
|
+
"property": "provider.type",
|
|
1792
|
+
"equals": "bedrock",
|
|
1793
|
+
"type": "simple"
|
|
1794
|
+
},
|
|
1795
|
+
"type": "Hidden"
|
|
1796
|
+
},
|
|
1797
|
+
{
|
|
1798
|
+
"id": "provider.bedrock.model.model",
|
|
1799
|
+
"label": "Model",
|
|
1800
|
+
"optional": false,
|
|
1801
|
+
"value": "anthropic.claude-3-5-sonnet-20240620-v1:0",
|
|
1802
|
+
"constraints": {
|
|
1803
|
+
"notEmpty": true
|
|
1804
|
+
},
|
|
1805
|
+
"feel": "optional",
|
|
1806
|
+
"group": "model",
|
|
1807
|
+
"binding": {
|
|
1808
|
+
"name": "provider.bedrock.model.model",
|
|
1809
|
+
"type": "zeebe:input"
|
|
1810
|
+
},
|
|
1811
|
+
"condition": {
|
|
1812
|
+
"property": "provider.type",
|
|
1813
|
+
"equals": "bedrock",
|
|
1814
|
+
"type": "simple"
|
|
1815
|
+
},
|
|
1816
|
+
"type": "String"
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"id": "provider.openai.endpoint",
|
|
1820
|
+
"label": "Endpoint",
|
|
1821
|
+
"description": "Specify endpoint if need to use a custom API endpoint",
|
|
1822
|
+
"optional": true,
|
|
1823
|
+
"group": "model",
|
|
1824
|
+
"binding": {
|
|
1825
|
+
"name": "provider.openai.endpoint",
|
|
1826
|
+
"type": "zeebe:input"
|
|
1827
|
+
},
|
|
1828
|
+
"condition": {
|
|
1829
|
+
"property": "provider.type",
|
|
1830
|
+
"equals": "openai",
|
|
1831
|
+
"type": "simple"
|
|
1832
|
+
},
|
|
1833
|
+
"type": "Hidden"
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"id": "provider.openai.model.model",
|
|
1837
|
+
"label": "Model",
|
|
1838
|
+
"optional": false,
|
|
1839
|
+
"value": "gpt-4o",
|
|
1840
|
+
"constraints": {
|
|
1841
|
+
"notEmpty": true
|
|
1842
|
+
},
|
|
1843
|
+
"feel": "optional",
|
|
1844
|
+
"group": "model",
|
|
1845
|
+
"binding": {
|
|
1846
|
+
"name": "provider.openai.model.model",
|
|
1847
|
+
"type": "zeebe:input"
|
|
1848
|
+
},
|
|
1849
|
+
"condition": {
|
|
1850
|
+
"property": "provider.type",
|
|
1851
|
+
"equals": "openai",
|
|
1852
|
+
"type": "simple"
|
|
1853
|
+
},
|
|
1854
|
+
"type": "String"
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"id": "provider.anthropic.authentication.apiKey",
|
|
1858
|
+
"label": "Anthropic API Key",
|
|
1859
|
+
"optional": false,
|
|
1860
|
+
"constraints": {
|
|
1861
|
+
"notEmpty": true
|
|
1862
|
+
},
|
|
1863
|
+
"feel": "optional",
|
|
1864
|
+
"group": "authentication",
|
|
1865
|
+
"binding": {
|
|
1866
|
+
"name": "provider.anthropic.authentication.apiKey",
|
|
1867
|
+
"type": "zeebe:input"
|
|
1868
|
+
},
|
|
1869
|
+
"condition": {
|
|
1870
|
+
"property": "provider.type",
|
|
1871
|
+
"equals": "anthropic",
|
|
1872
|
+
"type": "simple"
|
|
1873
|
+
},
|
|
1874
|
+
"type": "String"
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"id": "provider.bedrock.authentication.type",
|
|
1878
|
+
"label": "Authentication",
|
|
1879
|
+
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
|
|
1880
|
+
"value": "credentials",
|
|
1881
|
+
"group": "authentication",
|
|
1882
|
+
"binding": {
|
|
1883
|
+
"name": "provider.bedrock.authentication.type",
|
|
1884
|
+
"type": "zeebe:input"
|
|
1885
|
+
},
|
|
1886
|
+
"condition": {
|
|
1887
|
+
"property": "provider.type",
|
|
1888
|
+
"equals": "bedrock",
|
|
1889
|
+
"type": "simple"
|
|
1890
|
+
},
|
|
1891
|
+
"type": "Dropdown",
|
|
1892
|
+
"choices": [
|
|
1893
|
+
{
|
|
1894
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1895
|
+
"value": "defaultCredentialsChain"
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
"name": "Credentials",
|
|
1899
|
+
"value": "credentials"
|
|
1900
|
+
}
|
|
1901
|
+
]
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"id": "provider.bedrock.authentication.accessKey",
|
|
1905
|
+
"label": "Access key",
|
|
1906
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
1907
|
+
"optional": false,
|
|
1908
|
+
"constraints": {
|
|
1909
|
+
"notEmpty": true
|
|
1910
|
+
},
|
|
1911
|
+
"feel": "optional",
|
|
1912
|
+
"group": "authentication",
|
|
1913
|
+
"binding": {
|
|
1914
|
+
"name": "provider.bedrock.authentication.accessKey",
|
|
1915
|
+
"type": "zeebe:input"
|
|
1916
|
+
},
|
|
1917
|
+
"condition": {
|
|
1918
|
+
"allMatch": [
|
|
1919
|
+
{
|
|
1920
|
+
"property": "provider.bedrock.authentication.type",
|
|
1921
|
+
"equals": "credentials",
|
|
1922
|
+
"type": "simple"
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"property": "provider.type",
|
|
1926
|
+
"equals": "bedrock",
|
|
1927
|
+
"type": "simple"
|
|
1928
|
+
}
|
|
1929
|
+
]
|
|
1930
|
+
},
|
|
1931
|
+
"type": "String"
|
|
1932
|
+
},
|
|
1933
|
+
{
|
|
1934
|
+
"id": "provider.bedrock.authentication.secretKey",
|
|
1935
|
+
"label": "Secret key",
|
|
1936
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
1937
|
+
"optional": false,
|
|
1938
|
+
"constraints": {
|
|
1939
|
+
"notEmpty": true
|
|
1940
|
+
},
|
|
1941
|
+
"feel": "optional",
|
|
1942
|
+
"group": "authentication",
|
|
1943
|
+
"binding": {
|
|
1944
|
+
"name": "provider.bedrock.authentication.secretKey",
|
|
1945
|
+
"type": "zeebe:input"
|
|
1946
|
+
},
|
|
1947
|
+
"condition": {
|
|
1948
|
+
"allMatch": [
|
|
1949
|
+
{
|
|
1950
|
+
"property": "provider.bedrock.authentication.type",
|
|
1951
|
+
"equals": "credentials",
|
|
1952
|
+
"type": "simple"
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"property": "provider.type",
|
|
1956
|
+
"equals": "bedrock",
|
|
1957
|
+
"type": "simple"
|
|
1958
|
+
}
|
|
1959
|
+
]
|
|
1960
|
+
},
|
|
1961
|
+
"type": "String"
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"id": "provider.openai.authentication.apiKey",
|
|
1965
|
+
"label": "OpenAI API Key",
|
|
1966
|
+
"optional": false,
|
|
1967
|
+
"constraints": {
|
|
1968
|
+
"notEmpty": true
|
|
1969
|
+
},
|
|
1970
|
+
"feel": "optional",
|
|
1971
|
+
"group": "authentication",
|
|
1972
|
+
"binding": {
|
|
1973
|
+
"name": "provider.openai.authentication.apiKey",
|
|
1974
|
+
"type": "zeebe:input"
|
|
1975
|
+
},
|
|
1976
|
+
"condition": {
|
|
1977
|
+
"property": "provider.type",
|
|
1978
|
+
"equals": "openai",
|
|
1979
|
+
"type": "simple"
|
|
1980
|
+
},
|
|
1981
|
+
"type": "String"
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
"id": "provider.openai.authentication.organization",
|
|
371
1985
|
"label": "Organization",
|
|
372
1986
|
"description": "For members of multiple organizations. Details in the <a href=\"https://platform.openai.com/docs/api-reference/requesting-organization\" target=\"_blank\">OpenAI documentation</a>.",
|
|
373
1987
|
"optional": true,
|
|
374
1988
|
"feel": "optional",
|
|
375
|
-
"group": "authentication",
|
|
1989
|
+
"group": "authentication",
|
|
1990
|
+
"binding": {
|
|
1991
|
+
"name": "provider.openai.authentication.organization",
|
|
1992
|
+
"type": "zeebe:input"
|
|
1993
|
+
},
|
|
1994
|
+
"condition": {
|
|
1995
|
+
"property": "provider.type",
|
|
1996
|
+
"equals": "openai",
|
|
1997
|
+
"type": "simple"
|
|
1998
|
+
},
|
|
1999
|
+
"type": "String"
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
"id": "provider.openai.authentication.project",
|
|
2003
|
+
"label": "Project",
|
|
2004
|
+
"description": "For members with multiple projects.",
|
|
2005
|
+
"optional": true,
|
|
2006
|
+
"feel": "optional",
|
|
2007
|
+
"group": "authentication",
|
|
2008
|
+
"binding": {
|
|
2009
|
+
"name": "provider.openai.authentication.project",
|
|
2010
|
+
"type": "zeebe:input"
|
|
2011
|
+
},
|
|
2012
|
+
"condition": {
|
|
2013
|
+
"property": "provider.type",
|
|
2014
|
+
"equals": "openai",
|
|
2015
|
+
"type": "simple"
|
|
2016
|
+
},
|
|
2017
|
+
"type": "String"
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
"id": "data.agentContext",
|
|
2021
|
+
"label": "Agent Context",
|
|
2022
|
+
"description": "The agent context variable containing the conversation memory",
|
|
2023
|
+
"optional": false,
|
|
2024
|
+
"constraints": {
|
|
2025
|
+
"notEmpty": true
|
|
2026
|
+
},
|
|
2027
|
+
"feel": "required",
|
|
2028
|
+
"group": "context",
|
|
2029
|
+
"binding": {
|
|
2030
|
+
"name": "data.context",
|
|
2031
|
+
"type": "zeebe:input"
|
|
2032
|
+
},
|
|
2033
|
+
"type": "Text"
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
"id": "data.systemPrompt.prompt",
|
|
2037
|
+
"label": "System Prompt",
|
|
2038
|
+
"optional": false,
|
|
2039
|
+
"constraints": {
|
|
2040
|
+
"notEmpty": true
|
|
2041
|
+
},
|
|
2042
|
+
"feel": "optional",
|
|
2043
|
+
"group": "systemPrompt",
|
|
2044
|
+
"binding": {
|
|
2045
|
+
"name": "data.systemPrompt.prompt",
|
|
2046
|
+
"type": "zeebe:input"
|
|
2047
|
+
},
|
|
2048
|
+
"type": "Text"
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
"id": "data.systemPrompt.parameters",
|
|
2052
|
+
"label": "System Prompt Parameters",
|
|
2053
|
+
"optional": true,
|
|
2054
|
+
"feel": "required",
|
|
2055
|
+
"group": "systemPrompt",
|
|
2056
|
+
"binding": {
|
|
2057
|
+
"name": "data.systemPrompt.parameters",
|
|
2058
|
+
"type": "zeebe:input"
|
|
2059
|
+
},
|
|
2060
|
+
"type": "String"
|
|
2061
|
+
},
|
|
2062
|
+
{
|
|
2063
|
+
"id": "data.userPrompt.prompt",
|
|
2064
|
+
"label": "User Prompt",
|
|
2065
|
+
"optional": false,
|
|
2066
|
+
"constraints": {
|
|
2067
|
+
"notEmpty": true
|
|
2068
|
+
},
|
|
2069
|
+
"feel": "optional",
|
|
2070
|
+
"group": "userPrompt",
|
|
2071
|
+
"binding": {
|
|
2072
|
+
"name": "data.userPrompt.prompt",
|
|
2073
|
+
"type": "zeebe:input"
|
|
2074
|
+
},
|
|
2075
|
+
"type": "Text"
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"id": "data.userPrompt.parameters",
|
|
2079
|
+
"label": "User Prompt Parameters",
|
|
2080
|
+
"optional": true,
|
|
2081
|
+
"feel": "required",
|
|
2082
|
+
"group": "userPrompt",
|
|
2083
|
+
"binding": {
|
|
2084
|
+
"name": "data.userPrompt.parameters",
|
|
2085
|
+
"type": "zeebe:input"
|
|
2086
|
+
},
|
|
2087
|
+
"type": "String"
|
|
2088
|
+
},
|
|
2089
|
+
{
|
|
2090
|
+
"id": "data.userPrompt.documents",
|
|
2091
|
+
"label": "Documents",
|
|
2092
|
+
"description": "Documents to be included in the user prompt",
|
|
2093
|
+
"optional": true,
|
|
2094
|
+
"feel": "required",
|
|
2095
|
+
"group": "userPrompt",
|
|
2096
|
+
"binding": {
|
|
2097
|
+
"name": "data.userPrompt.documents",
|
|
2098
|
+
"type": "zeebe:input"
|
|
2099
|
+
},
|
|
2100
|
+
"tooltip": "Referenced documents will be transparently added to the user prompt.",
|
|
2101
|
+
"type": "String"
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"id": "data.tools.containerElementId",
|
|
2105
|
+
"label": "Ad-hoc subprocess ID containing tools",
|
|
2106
|
+
"description": "The ID of the subprocess containing the tools to be called",
|
|
2107
|
+
"optional": true,
|
|
2108
|
+
"feel": "optional",
|
|
2109
|
+
"group": "tools",
|
|
2110
|
+
"binding": {
|
|
2111
|
+
"name": "data.tools.containerElementId",
|
|
2112
|
+
"type": "zeebe:input"
|
|
2113
|
+
},
|
|
2114
|
+
"type": "String"
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
"id": "data.tools.toolCallResults",
|
|
2118
|
+
"label": "Tool Call Results",
|
|
2119
|
+
"description": "Tool call results as returned by the subprocess",
|
|
2120
|
+
"optional": true,
|
|
2121
|
+
"feel": "required",
|
|
2122
|
+
"group": "tools",
|
|
2123
|
+
"binding": {
|
|
2124
|
+
"name": "data.tools.toolCallResults",
|
|
2125
|
+
"type": "zeebe:input"
|
|
2126
|
+
},
|
|
2127
|
+
"type": "Text"
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
"id": "data.memory.maxMessages",
|
|
2131
|
+
"label": "Maximum amount of messages to keep in memory",
|
|
2132
|
+
"optional": false,
|
|
2133
|
+
"value": 20,
|
|
2134
|
+
"constraints": {
|
|
2135
|
+
"notEmpty": true
|
|
2136
|
+
},
|
|
2137
|
+
"feel": "static",
|
|
2138
|
+
"group": "memory",
|
|
2139
|
+
"binding": {
|
|
2140
|
+
"name": "data.memory.maxMessages",
|
|
2141
|
+
"type": "zeebe:input"
|
|
2142
|
+
},
|
|
2143
|
+
"type": "Number"
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
"id": "data.guardrails.maxModelCalls",
|
|
2147
|
+
"label": "Maximum number of calls to the model",
|
|
2148
|
+
"optional": false,
|
|
2149
|
+
"value": 10,
|
|
2150
|
+
"constraints": {
|
|
2151
|
+
"notEmpty": true
|
|
2152
|
+
},
|
|
2153
|
+
"feel": "static",
|
|
2154
|
+
"group": "guardrails",
|
|
2155
|
+
"binding": {
|
|
2156
|
+
"name": "data.guardrails.maxModelCalls",
|
|
2157
|
+
"type": "zeebe:input"
|
|
2158
|
+
},
|
|
2159
|
+
"type": "Number"
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
"id": "provider.anthropic.model.parameters.maxOutputTokens",
|
|
2163
|
+
"label": "Maximum Output Tokens",
|
|
2164
|
+
"optional": true,
|
|
2165
|
+
"feel": "required",
|
|
2166
|
+
"group": "parameters",
|
|
2167
|
+
"binding": {
|
|
2168
|
+
"name": "provider.anthropic.model.parameters.maxOutputTokens",
|
|
2169
|
+
"type": "zeebe:input"
|
|
2170
|
+
},
|
|
2171
|
+
"condition": {
|
|
2172
|
+
"property": "provider.type",
|
|
2173
|
+
"equals": "anthropic",
|
|
2174
|
+
"type": "simple"
|
|
2175
|
+
},
|
|
2176
|
+
"type": "Number"
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"id": "provider.anthropic.model.parameters.temperature",
|
|
2180
|
+
"label": "Temperature",
|
|
2181
|
+
"optional": true,
|
|
2182
|
+
"feel": "required",
|
|
2183
|
+
"group": "parameters",
|
|
2184
|
+
"binding": {
|
|
2185
|
+
"name": "provider.anthropic.model.parameters.temperature",
|
|
2186
|
+
"type": "zeebe:input"
|
|
2187
|
+
},
|
|
2188
|
+
"condition": {
|
|
2189
|
+
"property": "provider.type",
|
|
2190
|
+
"equals": "anthropic",
|
|
2191
|
+
"type": "simple"
|
|
2192
|
+
},
|
|
2193
|
+
"type": "Number"
|
|
2194
|
+
},
|
|
2195
|
+
{
|
|
2196
|
+
"id": "provider.anthropic.model.parameters.topP",
|
|
2197
|
+
"label": "top P",
|
|
2198
|
+
"optional": true,
|
|
2199
|
+
"feel": "required",
|
|
2200
|
+
"group": "parameters",
|
|
2201
|
+
"binding": {
|
|
2202
|
+
"name": "provider.anthropic.model.parameters.topP",
|
|
2203
|
+
"type": "zeebe:input"
|
|
2204
|
+
},
|
|
2205
|
+
"condition": {
|
|
2206
|
+
"property": "provider.type",
|
|
2207
|
+
"equals": "anthropic",
|
|
2208
|
+
"type": "simple"
|
|
2209
|
+
},
|
|
2210
|
+
"type": "Number"
|
|
2211
|
+
},
|
|
2212
|
+
{
|
|
2213
|
+
"id": "provider.anthropic.model.parameters.topK",
|
|
2214
|
+
"label": "top K",
|
|
2215
|
+
"optional": true,
|
|
2216
|
+
"feel": "required",
|
|
2217
|
+
"group": "parameters",
|
|
2218
|
+
"binding": {
|
|
2219
|
+
"name": "provider.anthropic.model.parameters.topK",
|
|
2220
|
+
"type": "zeebe:input"
|
|
2221
|
+
},
|
|
2222
|
+
"condition": {
|
|
2223
|
+
"property": "provider.type",
|
|
2224
|
+
"equals": "anthropic",
|
|
2225
|
+
"type": "simple"
|
|
2226
|
+
},
|
|
2227
|
+
"type": "Number"
|
|
2228
|
+
},
|
|
2229
|
+
{
|
|
2230
|
+
"id": "provider.bedrock.model.parameters.maxOutputTokens",
|
|
2231
|
+
"label": "Maximum Output Tokens",
|
|
2232
|
+
"optional": true,
|
|
2233
|
+
"feel": "required",
|
|
2234
|
+
"group": "parameters",
|
|
2235
|
+
"binding": {
|
|
2236
|
+
"name": "provider.bedrock.model.parameters.maxOutputTokens",
|
|
2237
|
+
"type": "zeebe:input"
|
|
2238
|
+
},
|
|
2239
|
+
"condition": {
|
|
2240
|
+
"property": "provider.type",
|
|
2241
|
+
"equals": "bedrock",
|
|
2242
|
+
"type": "simple"
|
|
2243
|
+
},
|
|
2244
|
+
"type": "Number"
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
"id": "provider.bedrock.model.parameters.temperature",
|
|
2248
|
+
"label": "Temperature",
|
|
2249
|
+
"optional": true,
|
|
2250
|
+
"feel": "required",
|
|
2251
|
+
"group": "parameters",
|
|
2252
|
+
"binding": {
|
|
2253
|
+
"name": "provider.bedrock.model.parameters.temperature",
|
|
2254
|
+
"type": "zeebe:input"
|
|
2255
|
+
},
|
|
2256
|
+
"condition": {
|
|
2257
|
+
"property": "provider.type",
|
|
2258
|
+
"equals": "bedrock",
|
|
2259
|
+
"type": "simple"
|
|
2260
|
+
},
|
|
2261
|
+
"type": "Number"
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
"id": "provider.bedrock.model.parameters.topP",
|
|
2265
|
+
"label": "top P",
|
|
2266
|
+
"optional": true,
|
|
2267
|
+
"feel": "required",
|
|
2268
|
+
"group": "parameters",
|
|
2269
|
+
"binding": {
|
|
2270
|
+
"name": "provider.bedrock.model.parameters.topP",
|
|
2271
|
+
"type": "zeebe:input"
|
|
2272
|
+
},
|
|
2273
|
+
"condition": {
|
|
2274
|
+
"property": "provider.type",
|
|
2275
|
+
"equals": "bedrock",
|
|
2276
|
+
"type": "simple"
|
|
2277
|
+
},
|
|
2278
|
+
"type": "Number"
|
|
2279
|
+
},
|
|
2280
|
+
{
|
|
2281
|
+
"id": "provider.bedrock.model.parameters.topK",
|
|
2282
|
+
"label": "top K",
|
|
2283
|
+
"optional": true,
|
|
2284
|
+
"feel": "required",
|
|
2285
|
+
"group": "parameters",
|
|
2286
|
+
"binding": {
|
|
2287
|
+
"name": "provider.bedrock.model.parameters.topK",
|
|
2288
|
+
"type": "zeebe:input"
|
|
2289
|
+
},
|
|
2290
|
+
"condition": {
|
|
2291
|
+
"property": "provider.type",
|
|
2292
|
+
"equals": "bedrock",
|
|
2293
|
+
"type": "simple"
|
|
2294
|
+
},
|
|
2295
|
+
"type": "Number"
|
|
2296
|
+
},
|
|
2297
|
+
{
|
|
2298
|
+
"id": "provider.openai.model.parameters.maxOutputTokens",
|
|
2299
|
+
"label": "Maximum Output Tokens",
|
|
2300
|
+
"optional": true,
|
|
2301
|
+
"feel": "required",
|
|
2302
|
+
"group": "parameters",
|
|
2303
|
+
"binding": {
|
|
2304
|
+
"name": "provider.openai.model.parameters.maxOutputTokens",
|
|
2305
|
+
"type": "zeebe:input"
|
|
2306
|
+
},
|
|
2307
|
+
"condition": {
|
|
2308
|
+
"property": "provider.type",
|
|
2309
|
+
"equals": "openai",
|
|
2310
|
+
"type": "simple"
|
|
2311
|
+
},
|
|
2312
|
+
"type": "Number"
|
|
2313
|
+
},
|
|
2314
|
+
{
|
|
2315
|
+
"id": "provider.openai.model.parameters.temperature",
|
|
2316
|
+
"label": "Temperature",
|
|
2317
|
+
"optional": true,
|
|
2318
|
+
"feel": "required",
|
|
2319
|
+
"group": "parameters",
|
|
2320
|
+
"binding": {
|
|
2321
|
+
"name": "provider.openai.model.parameters.temperature",
|
|
2322
|
+
"type": "zeebe:input"
|
|
2323
|
+
},
|
|
2324
|
+
"condition": {
|
|
2325
|
+
"property": "provider.type",
|
|
2326
|
+
"equals": "openai",
|
|
2327
|
+
"type": "simple"
|
|
2328
|
+
},
|
|
2329
|
+
"type": "Number"
|
|
2330
|
+
},
|
|
2331
|
+
{
|
|
2332
|
+
"id": "provider.openai.model.parameters.topP",
|
|
2333
|
+
"label": "top P",
|
|
2334
|
+
"optional": true,
|
|
2335
|
+
"feel": "required",
|
|
2336
|
+
"group": "parameters",
|
|
2337
|
+
"binding": {
|
|
2338
|
+
"name": "provider.openai.model.parameters.topP",
|
|
2339
|
+
"type": "zeebe:input"
|
|
2340
|
+
},
|
|
2341
|
+
"condition": {
|
|
2342
|
+
"property": "provider.type",
|
|
2343
|
+
"equals": "openai",
|
|
2344
|
+
"type": "simple"
|
|
2345
|
+
},
|
|
2346
|
+
"type": "Number"
|
|
2347
|
+
},
|
|
2348
|
+
{
|
|
2349
|
+
"id": "provider.openai.model.parameters.topK",
|
|
2350
|
+
"label": "top K",
|
|
2351
|
+
"optional": true,
|
|
2352
|
+
"feel": "required",
|
|
2353
|
+
"group": "parameters",
|
|
2354
|
+
"binding": {
|
|
2355
|
+
"name": "provider.openai.model.parameters.topK",
|
|
2356
|
+
"type": "zeebe:input"
|
|
2357
|
+
},
|
|
2358
|
+
"condition": {
|
|
2359
|
+
"property": "provider.type",
|
|
2360
|
+
"equals": "openai",
|
|
2361
|
+
"type": "simple"
|
|
2362
|
+
},
|
|
2363
|
+
"type": "Number"
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"id": "version",
|
|
2367
|
+
"label": "Version",
|
|
2368
|
+
"description": "Version of the element template",
|
|
2369
|
+
"value": "0",
|
|
2370
|
+
"group": "connector",
|
|
2371
|
+
"binding": {
|
|
2372
|
+
"key": "elementTemplateVersion",
|
|
2373
|
+
"type": "zeebe:taskHeader"
|
|
2374
|
+
},
|
|
2375
|
+
"type": "Hidden"
|
|
2376
|
+
},
|
|
2377
|
+
{
|
|
2378
|
+
"id": "id",
|
|
2379
|
+
"label": "ID",
|
|
2380
|
+
"description": "ID of the element template",
|
|
2381
|
+
"value": "io.camunda.connectors.agenticai.aiagent.v0",
|
|
2382
|
+
"group": "connector",
|
|
2383
|
+
"binding": {
|
|
2384
|
+
"key": "elementTemplateId",
|
|
2385
|
+
"type": "zeebe:taskHeader"
|
|
2386
|
+
},
|
|
2387
|
+
"type": "Hidden"
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"id": "resultVariable",
|
|
2391
|
+
"label": "Result variable",
|
|
2392
|
+
"description": "Name of variable to store the response in",
|
|
2393
|
+
"group": "output",
|
|
2394
|
+
"binding": {
|
|
2395
|
+
"key": "resultVariable",
|
|
2396
|
+
"type": "zeebe:taskHeader"
|
|
2397
|
+
},
|
|
2398
|
+
"type": "String"
|
|
2399
|
+
},
|
|
2400
|
+
{
|
|
2401
|
+
"id": "resultExpression",
|
|
2402
|
+
"label": "Result expression",
|
|
2403
|
+
"description": "Expression to map the response into process variables",
|
|
2404
|
+
"feel": "required",
|
|
2405
|
+
"group": "output",
|
|
2406
|
+
"binding": {
|
|
2407
|
+
"key": "resultExpression",
|
|
2408
|
+
"type": "zeebe:taskHeader"
|
|
2409
|
+
},
|
|
2410
|
+
"type": "Text"
|
|
2411
|
+
},
|
|
2412
|
+
{
|
|
2413
|
+
"id": "errorExpression",
|
|
2414
|
+
"label": "Error expression",
|
|
2415
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
2416
|
+
"feel": "required",
|
|
2417
|
+
"group": "error",
|
|
2418
|
+
"binding": {
|
|
2419
|
+
"key": "errorExpression",
|
|
2420
|
+
"type": "zeebe:taskHeader"
|
|
2421
|
+
},
|
|
2422
|
+
"type": "Text"
|
|
2423
|
+
},
|
|
2424
|
+
{
|
|
2425
|
+
"id": "retryCount",
|
|
2426
|
+
"label": "Retries",
|
|
2427
|
+
"description": "Number of retries",
|
|
2428
|
+
"value": "3",
|
|
2429
|
+
"feel": "optional",
|
|
2430
|
+
"group": "retries",
|
|
2431
|
+
"binding": {
|
|
2432
|
+
"property": "retries",
|
|
2433
|
+
"type": "zeebe:taskDefinition"
|
|
2434
|
+
},
|
|
2435
|
+
"type": "String"
|
|
2436
|
+
},
|
|
2437
|
+
{
|
|
2438
|
+
"id": "retryBackoff",
|
|
2439
|
+
"label": "Retry backoff",
|
|
2440
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
2441
|
+
"value": "PT0S",
|
|
2442
|
+
"group": "retries",
|
|
2443
|
+
"binding": {
|
|
2444
|
+
"key": "retryBackoff",
|
|
2445
|
+
"type": "zeebe:taskHeader"
|
|
2446
|
+
},
|
|
2447
|
+
"type": "String"
|
|
2448
|
+
}
|
|
2449
|
+
],
|
|
2450
|
+
"engines": {
|
|
2451
|
+
"camunda": "^8.8"
|
|
2452
|
+
},
|
|
2453
|
+
"icon": {
|
|
2454
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiNBNTZFRkYiLz4KPG1hc2sgaWQ9InBhdGgtMi1vdXRzaWRlLTFfMTg1XzYiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjQiIHk9IjQiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iYmxhY2siPgo8cmVjdCBmaWxsPSJ3aGl0ZSIgeD0iNCIgeT0iNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIvPgo8L21hc2s+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC4wMTA1IDEyLjA5ODdDMTguNDkgMTAuNTg5NCAxNy4xNTk0IDguMTA4MTQgMTYuMTc5OSA2LjAxMTAzQzE2LjE1MiA2LjAwNDUxIDE2LjExNzYgNiAxNi4wNzk0IDZDMTYuMDQxMSA2IDE2LjAwNjYgNi4wMDQ1MSAxNS45Nzg4IDYuMDExMDRDMTQuOTk5NCA4LjEwODE0IDEzLjY2OTcgMTAuNTg4OSAxMi4xNDgxIDEyLjA5ODFDMTAuNjI2OSAxMy42MDcxIDguMTI1NjggMTQuOTI2NCA2LjAxMTU3IDE1Ljg5ODFDNi4wMDQ3NCAxNS45MjYxIDYgMTUuOTYxMSA2IDE2QzYgMTYuMDM4NyA2LjAwNDY4IDE2LjA3MzYgNi4wMTE0NCAxNi4xMDE0QzguMTI1MTkgMTcuMDcyOSAxMC42MjYyIDE4LjM5MTkgMTIuMTQ3NyAxOS45MDE2QzEzLjY2OTcgMjEuNDEwNyAxNC45OTk2IDIzLjg5MiAxNS45NzkxIDI1Ljk4OUMxNi4wMDY4IDI1Ljk5NTYgMTYuMDQxMSAyNiAxNi4wNzkzIDI2QzE2LjExNzUgMjYgMTYuMTUxOSAyNS45OTU0IDE2LjE3OTYgMjUuOTg5QzE3LjE1OTEgMjMuODkyIDE4LjQ4ODggMjEuNDExIDIwLjAwOTkgMTkuOTAyMU0yMC4wMDk5IDE5LjkwMjFDMjEuNTI1MyAxOC4zOTg3IDIzLjk0NjUgMTcuMDY2OSAyNS45OTE1IDE2LjA4MjRDMjUuOTk2NSAxNi4wNTkzIDI2IDE2LjAzMSAyNiAxNS45OTk3QzI2IDE1Ljk2ODQgMjUuOTk2NSAxNS45NDAzIDI1Ljk5MTUgMTUuOTE3MUMyMy45NDc0IDE0LjkzMjcgMjEuNTI1OSAxMy42MDEgMjAuMDEwNSAxMi4wOTg3IiBzdHJva2U9IiM0OTFEOEIiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgbWFzaz0idXJsKCNwYXRoLTItb3V0c2lkZS0xXzE4NV82KSIvPgo8L3N2Zz4K"
|
|
2455
|
+
}
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2459
|
+
"name": "AI Agent",
|
|
2460
|
+
"id": "io.camunda.connectors.agenticai.aiagent.v1",
|
|
2461
|
+
"description": "Provides a generic AI agent implementation handling the feedback loop between user requests, tool calls and LLM responses. Compatible with 8.8.0-alpha6 or later.",
|
|
2462
|
+
"metadata": {
|
|
2463
|
+
"keywords": []
|
|
2464
|
+
},
|
|
2465
|
+
"documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/",
|
|
2466
|
+
"version": 1,
|
|
2467
|
+
"category": {
|
|
2468
|
+
"id": "connectors",
|
|
2469
|
+
"name": "Connectors"
|
|
2470
|
+
},
|
|
2471
|
+
"appliesTo": ["bpmn:Task"],
|
|
2472
|
+
"elementType": {
|
|
2473
|
+
"value": "bpmn:ServiceTask"
|
|
2474
|
+
},
|
|
2475
|
+
"engines": {
|
|
2476
|
+
"camunda": "^8.8"
|
|
2477
|
+
},
|
|
2478
|
+
"groups": [
|
|
2479
|
+
{
|
|
2480
|
+
"id": "provider",
|
|
2481
|
+
"label": "Model provider",
|
|
2482
|
+
"openByDefault": false
|
|
2483
|
+
},
|
|
2484
|
+
{
|
|
2485
|
+
"id": "model",
|
|
2486
|
+
"label": "Model",
|
|
2487
|
+
"openByDefault": false
|
|
2488
|
+
},
|
|
2489
|
+
{
|
|
2490
|
+
"id": "systemPrompt",
|
|
2491
|
+
"label": "System prompt",
|
|
2492
|
+
"tooltip": "A system prompt is a set of foundational instructions given to a model before any user interaction begins. It defines the AI agent’s role, behavior, tone, and communication style, ensuring that responses remain consistent and aligned with the AI agent’s intended purpose. These instructions help shape how the model interprets and responds to user input throughout the conversation.",
|
|
2493
|
+
"openByDefault": false
|
|
2494
|
+
},
|
|
2495
|
+
{
|
|
2496
|
+
"id": "userPrompt",
|
|
2497
|
+
"label": "User prompt",
|
|
2498
|
+
"tooltip": "A user prompt is the message or question you give to the AI to start or continue a conversation. It tells the AI what you need, whether it's information, help with a task, or just a chat. The AI uses your prompt to understand how to respond.",
|
|
2499
|
+
"openByDefault": false
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
"id": "tools",
|
|
2503
|
+
"label": "Tools",
|
|
2504
|
+
"tooltip": "Tools are optional features the AI Agent can use to perform specific tasks. Configure this if the agent should participate in a tools feedback loop.",
|
|
2505
|
+
"openByDefault": false
|
|
2506
|
+
},
|
|
2507
|
+
{
|
|
2508
|
+
"id": "memory",
|
|
2509
|
+
"label": "Memory",
|
|
2510
|
+
"tooltip": "Configuration of the Agent's short-term/conversational memory.",
|
|
2511
|
+
"openByDefault": false
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
"id": "limits",
|
|
2515
|
+
"label": "Limits",
|
|
2516
|
+
"openByDefault": false
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
"id": "response",
|
|
2520
|
+
"label": "Response",
|
|
2521
|
+
"tooltip": "Configuration of the model response format and how to map the model response to the connector result.<br><br>Depending on the selection, the model response will be available as <code>response.responseText</code> or <code>response.responseJson</code>.<br><br>See <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/#response\">documentation</a> for details.",
|
|
2522
|
+
"openByDefault": false
|
|
2523
|
+
},
|
|
2524
|
+
{
|
|
2525
|
+
"id": "connector",
|
|
2526
|
+
"label": "Connector"
|
|
2527
|
+
},
|
|
2528
|
+
{
|
|
2529
|
+
"id": "output",
|
|
2530
|
+
"label": "Output mapping"
|
|
2531
|
+
},
|
|
2532
|
+
{
|
|
2533
|
+
"id": "error",
|
|
2534
|
+
"label": "Error handling"
|
|
2535
|
+
},
|
|
2536
|
+
{
|
|
2537
|
+
"id": "retries",
|
|
2538
|
+
"label": "Retries"
|
|
2539
|
+
}
|
|
2540
|
+
],
|
|
2541
|
+
"properties": [
|
|
2542
|
+
{
|
|
2543
|
+
"value": "io.camunda.agenticai:aiagent:1",
|
|
2544
|
+
"binding": {
|
|
2545
|
+
"property": "type",
|
|
2546
|
+
"type": "zeebe:taskDefinition"
|
|
2547
|
+
},
|
|
2548
|
+
"type": "Hidden"
|
|
2549
|
+
},
|
|
2550
|
+
{
|
|
2551
|
+
"id": "provider.type",
|
|
2552
|
+
"label": "Provider",
|
|
2553
|
+
"description": "Specify the LLM provider to use.",
|
|
2554
|
+
"value": "anthropic",
|
|
2555
|
+
"group": "provider",
|
|
2556
|
+
"binding": {
|
|
2557
|
+
"name": "provider.type",
|
|
2558
|
+
"type": "zeebe:input"
|
|
2559
|
+
},
|
|
2560
|
+
"type": "Dropdown",
|
|
2561
|
+
"choices": [
|
|
2562
|
+
{
|
|
2563
|
+
"name": "Anthropic",
|
|
2564
|
+
"value": "anthropic"
|
|
2565
|
+
},
|
|
2566
|
+
{
|
|
2567
|
+
"name": "AWS Bedrock",
|
|
2568
|
+
"value": "bedrock"
|
|
2569
|
+
},
|
|
2570
|
+
{
|
|
2571
|
+
"name": "OpenAI",
|
|
2572
|
+
"value": "openai"
|
|
2573
|
+
}
|
|
2574
|
+
]
|
|
2575
|
+
},
|
|
2576
|
+
{
|
|
2577
|
+
"id": "provider.anthropic.endpoint",
|
|
2578
|
+
"label": "Endpoint",
|
|
2579
|
+
"description": "Specify endpoint if need to use a custom API endpoint",
|
|
2580
|
+
"optional": true,
|
|
2581
|
+
"group": "provider",
|
|
2582
|
+
"binding": {
|
|
2583
|
+
"name": "provider.anthropic.endpoint",
|
|
2584
|
+
"type": "zeebe:input"
|
|
2585
|
+
},
|
|
2586
|
+
"condition": {
|
|
2587
|
+
"property": "provider.type",
|
|
2588
|
+
"equals": "anthropic",
|
|
2589
|
+
"type": "simple"
|
|
2590
|
+
},
|
|
2591
|
+
"type": "Hidden"
|
|
2592
|
+
},
|
|
2593
|
+
{
|
|
2594
|
+
"id": "provider.anthropic.authentication.apiKey",
|
|
2595
|
+
"label": "Anthropic API key",
|
|
2596
|
+
"optional": false,
|
|
2597
|
+
"constraints": {
|
|
2598
|
+
"notEmpty": true
|
|
2599
|
+
},
|
|
2600
|
+
"feel": "optional",
|
|
2601
|
+
"group": "provider",
|
|
2602
|
+
"binding": {
|
|
2603
|
+
"name": "provider.anthropic.authentication.apiKey",
|
|
2604
|
+
"type": "zeebe:input"
|
|
2605
|
+
},
|
|
2606
|
+
"condition": {
|
|
2607
|
+
"property": "provider.type",
|
|
2608
|
+
"equals": "anthropic",
|
|
2609
|
+
"type": "simple"
|
|
2610
|
+
},
|
|
2611
|
+
"type": "String"
|
|
2612
|
+
},
|
|
2613
|
+
{
|
|
2614
|
+
"id": "provider.bedrock.region",
|
|
2615
|
+
"label": "Region",
|
|
2616
|
+
"description": "Specify the AWS region (example: <code>eu-west-1</code>)",
|
|
2617
|
+
"optional": false,
|
|
2618
|
+
"constraints": {
|
|
2619
|
+
"notEmpty": true
|
|
2620
|
+
},
|
|
2621
|
+
"feel": "optional",
|
|
2622
|
+
"group": "provider",
|
|
2623
|
+
"binding": {
|
|
2624
|
+
"name": "provider.bedrock.region",
|
|
2625
|
+
"type": "zeebe:input"
|
|
2626
|
+
},
|
|
2627
|
+
"condition": {
|
|
2628
|
+
"property": "provider.type",
|
|
2629
|
+
"equals": "bedrock",
|
|
2630
|
+
"type": "simple"
|
|
2631
|
+
},
|
|
2632
|
+
"type": "String"
|
|
2633
|
+
},
|
|
2634
|
+
{
|
|
2635
|
+
"id": "provider.bedrock.endpoint",
|
|
2636
|
+
"label": "Endpoint",
|
|
2637
|
+
"description": "Specify endpoint if need to use a custom API endpoint",
|
|
2638
|
+
"optional": true,
|
|
2639
|
+
"group": "provider",
|
|
2640
|
+
"binding": {
|
|
2641
|
+
"name": "provider.bedrock.endpoint",
|
|
2642
|
+
"type": "zeebe:input"
|
|
2643
|
+
},
|
|
2644
|
+
"condition": {
|
|
2645
|
+
"property": "provider.type",
|
|
2646
|
+
"equals": "bedrock",
|
|
2647
|
+
"type": "simple"
|
|
2648
|
+
},
|
|
2649
|
+
"type": "Hidden"
|
|
2650
|
+
},
|
|
2651
|
+
{
|
|
2652
|
+
"id": "provider.bedrock.authentication.type",
|
|
2653
|
+
"label": "Authentication",
|
|
2654
|
+
"description": "Specify the AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-bedrock/#authentication\" target=\"_blank\">documentation page</a>",
|
|
2655
|
+
"value": "credentials",
|
|
2656
|
+
"group": "provider",
|
|
2657
|
+
"binding": {
|
|
2658
|
+
"name": "provider.bedrock.authentication.type",
|
|
2659
|
+
"type": "zeebe:input"
|
|
2660
|
+
},
|
|
2661
|
+
"condition": {
|
|
2662
|
+
"property": "provider.type",
|
|
2663
|
+
"equals": "bedrock",
|
|
2664
|
+
"type": "simple"
|
|
2665
|
+
},
|
|
2666
|
+
"type": "Dropdown",
|
|
2667
|
+
"choices": [
|
|
2668
|
+
{
|
|
2669
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
2670
|
+
"value": "defaultCredentialsChain"
|
|
2671
|
+
},
|
|
2672
|
+
{
|
|
2673
|
+
"name": "Credentials",
|
|
2674
|
+
"value": "credentials"
|
|
2675
|
+
}
|
|
2676
|
+
]
|
|
2677
|
+
},
|
|
2678
|
+
{
|
|
2679
|
+
"id": "provider.bedrock.authentication.accessKey",
|
|
2680
|
+
"label": "Access key",
|
|
2681
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
2682
|
+
"optional": false,
|
|
2683
|
+
"constraints": {
|
|
2684
|
+
"notEmpty": true
|
|
2685
|
+
},
|
|
2686
|
+
"feel": "optional",
|
|
2687
|
+
"group": "provider",
|
|
2688
|
+
"binding": {
|
|
2689
|
+
"name": "provider.bedrock.authentication.accessKey",
|
|
2690
|
+
"type": "zeebe:input"
|
|
2691
|
+
},
|
|
2692
|
+
"condition": {
|
|
2693
|
+
"allMatch": [
|
|
2694
|
+
{
|
|
2695
|
+
"property": "provider.bedrock.authentication.type",
|
|
2696
|
+
"equals": "credentials",
|
|
2697
|
+
"type": "simple"
|
|
2698
|
+
},
|
|
2699
|
+
{
|
|
2700
|
+
"property": "provider.type",
|
|
2701
|
+
"equals": "bedrock",
|
|
2702
|
+
"type": "simple"
|
|
2703
|
+
}
|
|
2704
|
+
]
|
|
2705
|
+
},
|
|
2706
|
+
"type": "String"
|
|
2707
|
+
},
|
|
2708
|
+
{
|
|
2709
|
+
"id": "provider.bedrock.authentication.secretKey",
|
|
2710
|
+
"label": "Secret key",
|
|
2711
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
2712
|
+
"optional": false,
|
|
2713
|
+
"constraints": {
|
|
2714
|
+
"notEmpty": true
|
|
2715
|
+
},
|
|
2716
|
+
"feel": "optional",
|
|
2717
|
+
"group": "provider",
|
|
2718
|
+
"binding": {
|
|
2719
|
+
"name": "provider.bedrock.authentication.secretKey",
|
|
2720
|
+
"type": "zeebe:input"
|
|
2721
|
+
},
|
|
2722
|
+
"condition": {
|
|
2723
|
+
"allMatch": [
|
|
2724
|
+
{
|
|
2725
|
+
"property": "provider.bedrock.authentication.type",
|
|
2726
|
+
"equals": "credentials",
|
|
2727
|
+
"type": "simple"
|
|
2728
|
+
},
|
|
2729
|
+
{
|
|
2730
|
+
"property": "provider.type",
|
|
2731
|
+
"equals": "bedrock",
|
|
2732
|
+
"type": "simple"
|
|
2733
|
+
}
|
|
2734
|
+
]
|
|
2735
|
+
},
|
|
2736
|
+
"type": "String"
|
|
2737
|
+
},
|
|
2738
|
+
{
|
|
2739
|
+
"id": "provider.openai.authentication.apiKey",
|
|
2740
|
+
"label": "OpenAI API key",
|
|
2741
|
+
"optional": false,
|
|
2742
|
+
"constraints": {
|
|
2743
|
+
"notEmpty": true
|
|
2744
|
+
},
|
|
2745
|
+
"feel": "optional",
|
|
2746
|
+
"group": "provider",
|
|
2747
|
+
"binding": {
|
|
2748
|
+
"name": "provider.openai.authentication.apiKey",
|
|
2749
|
+
"type": "zeebe:input"
|
|
2750
|
+
},
|
|
2751
|
+
"condition": {
|
|
2752
|
+
"property": "provider.type",
|
|
2753
|
+
"equals": "openai",
|
|
2754
|
+
"type": "simple"
|
|
2755
|
+
},
|
|
2756
|
+
"type": "String"
|
|
2757
|
+
},
|
|
2758
|
+
{
|
|
2759
|
+
"id": "provider.openai.authentication.organizationId",
|
|
2760
|
+
"label": "Organization ID",
|
|
2761
|
+
"description": "For members of multiple organizations. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
|
|
2762
|
+
"optional": true,
|
|
2763
|
+
"feel": "optional",
|
|
2764
|
+
"group": "provider",
|
|
2765
|
+
"binding": {
|
|
2766
|
+
"name": "provider.openai.authentication.organizationId",
|
|
2767
|
+
"type": "zeebe:input"
|
|
2768
|
+
},
|
|
2769
|
+
"condition": {
|
|
2770
|
+
"property": "provider.type",
|
|
2771
|
+
"equals": "openai",
|
|
2772
|
+
"type": "simple"
|
|
2773
|
+
},
|
|
2774
|
+
"type": "String"
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"id": "provider.openai.authentication.projectId",
|
|
2778
|
+
"label": "Project ID",
|
|
2779
|
+
"description": "For accounts with multiple projects. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
|
|
2780
|
+
"optional": true,
|
|
2781
|
+
"feel": "optional",
|
|
2782
|
+
"group": "provider",
|
|
2783
|
+
"binding": {
|
|
2784
|
+
"name": "provider.openai.authentication.projectId",
|
|
2785
|
+
"type": "zeebe:input"
|
|
2786
|
+
},
|
|
2787
|
+
"condition": {
|
|
2788
|
+
"property": "provider.type",
|
|
2789
|
+
"equals": "openai",
|
|
2790
|
+
"type": "simple"
|
|
2791
|
+
},
|
|
2792
|
+
"type": "String"
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
"id": "provider.openai.endpoint",
|
|
2796
|
+
"label": "Custom API endpoint",
|
|
2797
|
+
"description": "Optional custom API endpoint.",
|
|
2798
|
+
"optional": true,
|
|
2799
|
+
"feel": "optional",
|
|
2800
|
+
"group": "provider",
|
|
2801
|
+
"binding": {
|
|
2802
|
+
"name": "provider.openai.endpoint",
|
|
2803
|
+
"type": "zeebe:input"
|
|
2804
|
+
},
|
|
2805
|
+
"condition": {
|
|
2806
|
+
"property": "provider.type",
|
|
2807
|
+
"equals": "openai",
|
|
2808
|
+
"type": "simple"
|
|
2809
|
+
},
|
|
2810
|
+
"tooltip": "Configure a custom OpenAI compatible API endpoint to use the connector with an OpenAI compatible API. Typically ends in <code>/v1</code>.",
|
|
2811
|
+
"type": "String"
|
|
2812
|
+
},
|
|
2813
|
+
{
|
|
2814
|
+
"id": "provider.openai.headers",
|
|
2815
|
+
"label": "Custom headers",
|
|
2816
|
+
"description": "Map of custom HTTP headers to add to the request.",
|
|
2817
|
+
"optional": true,
|
|
2818
|
+
"feel": "required",
|
|
2819
|
+
"group": "provider",
|
|
2820
|
+
"binding": {
|
|
2821
|
+
"name": "provider.openai.headers",
|
|
2822
|
+
"type": "zeebe:input"
|
|
2823
|
+
},
|
|
2824
|
+
"condition": {
|
|
2825
|
+
"property": "provider.type",
|
|
2826
|
+
"equals": "openai",
|
|
2827
|
+
"type": "simple"
|
|
2828
|
+
},
|
|
2829
|
+
"type": "String"
|
|
2830
|
+
},
|
|
2831
|
+
{
|
|
2832
|
+
"id": "provider.anthropic.model.model",
|
|
2833
|
+
"label": "Model",
|
|
2834
|
+
"description": "Specify the model ID. Details in the <a href=\"https://docs.anthropic.com/en/docs/about-claude/models/all-models\" target=\"_blank\">documentation</a>.",
|
|
2835
|
+
"optional": false,
|
|
2836
|
+
"value": "claude-3-5-sonnet-20240620",
|
|
2837
|
+
"constraints": {
|
|
2838
|
+
"notEmpty": true
|
|
2839
|
+
},
|
|
2840
|
+
"feel": "optional",
|
|
2841
|
+
"group": "model",
|
|
2842
|
+
"binding": {
|
|
2843
|
+
"name": "provider.anthropic.model.model",
|
|
2844
|
+
"type": "zeebe:input"
|
|
2845
|
+
},
|
|
2846
|
+
"condition": {
|
|
2847
|
+
"property": "provider.type",
|
|
2848
|
+
"equals": "anthropic",
|
|
2849
|
+
"type": "simple"
|
|
2850
|
+
},
|
|
2851
|
+
"type": "String"
|
|
2852
|
+
},
|
|
2853
|
+
{
|
|
2854
|
+
"id": "provider.anthropic.model.parameters.maxTokens",
|
|
2855
|
+
"label": "Maximum tokens",
|
|
2856
|
+
"optional": true,
|
|
2857
|
+
"feel": "required",
|
|
2858
|
+
"group": "model",
|
|
2859
|
+
"binding": {
|
|
2860
|
+
"name": "provider.anthropic.model.parameters.maxTokens",
|
|
2861
|
+
"type": "zeebe:input"
|
|
2862
|
+
},
|
|
2863
|
+
"condition": {
|
|
2864
|
+
"property": "provider.type",
|
|
2865
|
+
"equals": "anthropic",
|
|
2866
|
+
"type": "simple"
|
|
2867
|
+
},
|
|
2868
|
+
"tooltip": "The maximum number of tokens per request to generate before stopping. <br><br>Details in the <a href=\"https://docs.anthropic.com/en/api/messages#body-max-tokens\" target=\"_blank\">documentation</a>.",
|
|
2869
|
+
"type": "Number"
|
|
2870
|
+
},
|
|
2871
|
+
{
|
|
2872
|
+
"id": "provider.anthropic.model.parameters.temperature",
|
|
2873
|
+
"label": "Temperature",
|
|
2874
|
+
"optional": true,
|
|
2875
|
+
"feel": "required",
|
|
2876
|
+
"group": "model",
|
|
2877
|
+
"binding": {
|
|
2878
|
+
"name": "provider.anthropic.model.parameters.temperature",
|
|
2879
|
+
"type": "zeebe:input"
|
|
2880
|
+
},
|
|
2881
|
+
"condition": {
|
|
2882
|
+
"property": "provider.type",
|
|
2883
|
+
"equals": "anthropic",
|
|
2884
|
+
"type": "simple"
|
|
2885
|
+
},
|
|
2886
|
+
"tooltip": "Floating point number between 0 and 1. The higher the number, the more randomness will be injected into the response. <br><br>Details in the <a href=\"https://docs.anthropic.com/en/api/messages#body-temperature\" target=\"_blank\">documentation</a>.",
|
|
2887
|
+
"type": "Number"
|
|
2888
|
+
},
|
|
2889
|
+
{
|
|
2890
|
+
"id": "provider.anthropic.model.parameters.topP",
|
|
2891
|
+
"label": "top P",
|
|
2892
|
+
"optional": true,
|
|
2893
|
+
"feel": "required",
|
|
2894
|
+
"group": "model",
|
|
2895
|
+
"binding": {
|
|
2896
|
+
"name": "provider.anthropic.model.parameters.topP",
|
|
2897
|
+
"type": "zeebe:input"
|
|
2898
|
+
},
|
|
2899
|
+
"condition": {
|
|
2900
|
+
"property": "provider.type",
|
|
2901
|
+
"equals": "anthropic",
|
|
2902
|
+
"type": "simple"
|
|
2903
|
+
},
|
|
2904
|
+
"tooltip": "Floating point number between 0 and 1. Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://docs.anthropic.com/en/api/messages#body-top-p\" target=\"_blank\">documentation</a>.",
|
|
2905
|
+
"type": "Number"
|
|
2906
|
+
},
|
|
2907
|
+
{
|
|
2908
|
+
"id": "provider.anthropic.model.parameters.topK",
|
|
2909
|
+
"label": "top K",
|
|
2910
|
+
"optional": true,
|
|
2911
|
+
"feel": "required",
|
|
2912
|
+
"group": "model",
|
|
2913
|
+
"binding": {
|
|
2914
|
+
"name": "provider.anthropic.model.parameters.topK",
|
|
2915
|
+
"type": "zeebe:input"
|
|
2916
|
+
},
|
|
2917
|
+
"condition": {
|
|
2918
|
+
"property": "provider.type",
|
|
2919
|
+
"equals": "anthropic",
|
|
2920
|
+
"type": "simple"
|
|
2921
|
+
},
|
|
2922
|
+
"tooltip": "Integer greater than 0. Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://docs.anthropic.com/en/api/messages#body-top-k\" target=\"_blank\">documentation</a>.",
|
|
2923
|
+
"type": "Number"
|
|
2924
|
+
},
|
|
2925
|
+
{
|
|
2926
|
+
"id": "provider.bedrock.model.model",
|
|
2927
|
+
"label": "Model",
|
|
2928
|
+
"description": "Specify the model ID. Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html\" target=\"_blank\">documentation</a>.",
|
|
2929
|
+
"optional": false,
|
|
2930
|
+
"value": "anthropic.claude-3-5-sonnet-20240620-v1:0",
|
|
2931
|
+
"constraints": {
|
|
2932
|
+
"notEmpty": true
|
|
2933
|
+
},
|
|
2934
|
+
"feel": "optional",
|
|
2935
|
+
"group": "model",
|
|
2936
|
+
"binding": {
|
|
2937
|
+
"name": "provider.bedrock.model.model",
|
|
2938
|
+
"type": "zeebe:input"
|
|
2939
|
+
},
|
|
2940
|
+
"condition": {
|
|
2941
|
+
"property": "provider.type",
|
|
2942
|
+
"equals": "bedrock",
|
|
2943
|
+
"type": "simple"
|
|
2944
|
+
},
|
|
2945
|
+
"type": "String"
|
|
2946
|
+
},
|
|
2947
|
+
{
|
|
2948
|
+
"id": "provider.bedrock.model.parameters.maxTokens",
|
|
2949
|
+
"label": "Maximum tokens",
|
|
2950
|
+
"optional": true,
|
|
2951
|
+
"feel": "required",
|
|
2952
|
+
"group": "model",
|
|
2953
|
+
"binding": {
|
|
2954
|
+
"name": "provider.bedrock.model.parameters.maxTokens",
|
|
2955
|
+
"type": "zeebe:input"
|
|
2956
|
+
},
|
|
2957
|
+
"condition": {
|
|
2958
|
+
"property": "provider.type",
|
|
2959
|
+
"equals": "bedrock",
|
|
2960
|
+
"type": "simple"
|
|
2961
|
+
},
|
|
2962
|
+
"tooltip": "The maximum number of tokens per request to allow in the generated response. <br><br>Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InferenceConfiguration.html\" target=\"_blank\">documentation</a>.",
|
|
2963
|
+
"type": "Number"
|
|
2964
|
+
},
|
|
2965
|
+
{
|
|
2966
|
+
"id": "provider.bedrock.model.parameters.temperature",
|
|
2967
|
+
"label": "Temperature",
|
|
2968
|
+
"optional": true,
|
|
2969
|
+
"feel": "required",
|
|
2970
|
+
"group": "model",
|
|
2971
|
+
"binding": {
|
|
2972
|
+
"name": "provider.bedrock.model.parameters.temperature",
|
|
2973
|
+
"type": "zeebe:input"
|
|
2974
|
+
},
|
|
2975
|
+
"condition": {
|
|
2976
|
+
"property": "provider.type",
|
|
2977
|
+
"equals": "bedrock",
|
|
2978
|
+
"type": "simple"
|
|
2979
|
+
},
|
|
2980
|
+
"tooltip": "Floating point number between 0 and 1. The higher the number, the more randomness will be injected into the response. <br><br>Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InferenceConfiguration.html\" target=\"_blank\">documentation</a>.",
|
|
2981
|
+
"type": "Number"
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
"id": "provider.bedrock.model.parameters.topP",
|
|
2985
|
+
"label": "top P",
|
|
2986
|
+
"optional": true,
|
|
2987
|
+
"feel": "required",
|
|
2988
|
+
"group": "model",
|
|
2989
|
+
"binding": {
|
|
2990
|
+
"name": "provider.bedrock.model.parameters.topP",
|
|
2991
|
+
"type": "zeebe:input"
|
|
2992
|
+
},
|
|
2993
|
+
"condition": {
|
|
2994
|
+
"property": "provider.type",
|
|
2995
|
+
"equals": "bedrock",
|
|
2996
|
+
"type": "simple"
|
|
2997
|
+
},
|
|
2998
|
+
"tooltip": "Floating point number between 0 and 1. Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InferenceConfiguration.html\" target=\"_blank\">documentation</a>.",
|
|
2999
|
+
"type": "Number"
|
|
3000
|
+
},
|
|
3001
|
+
{
|
|
3002
|
+
"id": "provider.openai.model.model",
|
|
3003
|
+
"label": "Model",
|
|
3004
|
+
"description": "Specify the model ID. Details in the <a href=\"https://platform.openai.com/docs/models\" target=\"_blank\">documentation</a>.",
|
|
3005
|
+
"optional": false,
|
|
3006
|
+
"value": "gpt-4o",
|
|
3007
|
+
"constraints": {
|
|
3008
|
+
"notEmpty": true
|
|
3009
|
+
},
|
|
3010
|
+
"feel": "optional",
|
|
3011
|
+
"group": "model",
|
|
376
3012
|
"binding": {
|
|
377
|
-
"name": "provider.openai.
|
|
3013
|
+
"name": "provider.openai.model.model",
|
|
378
3014
|
"type": "zeebe:input"
|
|
379
3015
|
},
|
|
380
3016
|
"condition": {
|
|
@@ -385,14 +3021,13 @@
|
|
|
385
3021
|
"type": "String"
|
|
386
3022
|
},
|
|
387
3023
|
{
|
|
388
|
-
"id": "provider.openai.
|
|
389
|
-
"label": "
|
|
390
|
-
"description": "For members with multiple projects.",
|
|
3024
|
+
"id": "provider.openai.model.parameters.maxCompletionTokens",
|
|
3025
|
+
"label": "Maximum completion tokens",
|
|
391
3026
|
"optional": true,
|
|
392
|
-
"feel": "
|
|
393
|
-
"group": "
|
|
3027
|
+
"feel": "required",
|
|
3028
|
+
"group": "model",
|
|
394
3029
|
"binding": {
|
|
395
|
-
"name": "provider.openai.
|
|
3030
|
+
"name": "provider.openai.model.parameters.maxCompletionTokens",
|
|
396
3031
|
"type": "zeebe:input"
|
|
397
3032
|
},
|
|
398
3033
|
"condition": {
|
|
@@ -400,28 +3035,50 @@
|
|
|
400
3035
|
"equals": "openai",
|
|
401
3036
|
"type": "simple"
|
|
402
3037
|
},
|
|
403
|
-
"
|
|
3038
|
+
"tooltip": "The maximum number of tokens per request to generate before stopping. <br><br>Details in the <a href=\"https://platform.openai.com/docs/api-reference/chat/create#chat-create-max_completion_tokens\" target=\"_blank\">documentation</a>.",
|
|
3039
|
+
"type": "Number"
|
|
404
3040
|
},
|
|
405
3041
|
{
|
|
406
|
-
"id": "
|
|
407
|
-
"label": "
|
|
408
|
-
"
|
|
409
|
-
"
|
|
410
|
-
"
|
|
411
|
-
|
|
3042
|
+
"id": "provider.openai.model.parameters.temperature",
|
|
3043
|
+
"label": "Temperature",
|
|
3044
|
+
"optional": true,
|
|
3045
|
+
"feel": "required",
|
|
3046
|
+
"group": "model",
|
|
3047
|
+
"binding": {
|
|
3048
|
+
"name": "provider.openai.model.parameters.temperature",
|
|
3049
|
+
"type": "zeebe:input"
|
|
3050
|
+
},
|
|
3051
|
+
"condition": {
|
|
3052
|
+
"property": "provider.type",
|
|
3053
|
+
"equals": "openai",
|
|
3054
|
+
"type": "simple"
|
|
412
3055
|
},
|
|
3056
|
+
"tooltip": "Floating point number between 0 and 2. The higher the number, the more randomness will be injected into the response. <br><br>Details in the <a href=\"https://platform.openai.com/docs/api-reference/chat/create#chat-create-temperature\" target=\"_blank\">documentation</a>.",
|
|
3057
|
+
"type": "Number"
|
|
3058
|
+
},
|
|
3059
|
+
{
|
|
3060
|
+
"id": "provider.openai.model.parameters.topP",
|
|
3061
|
+
"label": "top P",
|
|
3062
|
+
"optional": true,
|
|
413
3063
|
"feel": "required",
|
|
414
|
-
"group": "
|
|
3064
|
+
"group": "model",
|
|
415
3065
|
"binding": {
|
|
416
|
-
"name": "
|
|
3066
|
+
"name": "provider.openai.model.parameters.topP",
|
|
417
3067
|
"type": "zeebe:input"
|
|
418
3068
|
},
|
|
419
|
-
"
|
|
3069
|
+
"condition": {
|
|
3070
|
+
"property": "provider.type",
|
|
3071
|
+
"equals": "openai",
|
|
3072
|
+
"type": "simple"
|
|
3073
|
+
},
|
|
3074
|
+
"tooltip": "Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://platform.openai.com/docs/api-reference/chat/create#chat-create-top_p\" target=\"_blank\">documentation</a>.",
|
|
3075
|
+
"type": "Number"
|
|
420
3076
|
},
|
|
421
3077
|
{
|
|
422
3078
|
"id": "data.systemPrompt.prompt",
|
|
423
|
-
"label": "System
|
|
3079
|
+
"label": "System prompt",
|
|
424
3080
|
"optional": false,
|
|
3081
|
+
"value": "You are **TaskAgent**, a helpful, generic chat agent that can handle a wide variety of customer requests using your own domain knowledge **and** any tools explicitly provided to you at runtime.\n\nIf tools are provided, you should prefer them instead of guessing an answer. You can call the same tool multiple times by providing different input values. Don't guess any tools which were not explicitely configured. If no tool matches the request, try to generate an answer. If you're not able to find a good answer, return with a message stating why you're not able to.\n\nWrap minimal, inspectable reasoning in *exactly* this XML template:\n\n<thinking>\n <context>…briefly state the customer’s need and current state…</context>\n <reflection>…list candidate tools, justify which you will call next and why…</reflection>\n</thinking>\n\nReveal **no** additional private reasoning outside these tags.\n",
|
|
425
3082
|
"constraints": {
|
|
426
3083
|
"notEmpty": true
|
|
427
3084
|
},
|
|
@@ -435,7 +3092,8 @@
|
|
|
435
3092
|
},
|
|
436
3093
|
{
|
|
437
3094
|
"id": "data.systemPrompt.parameters",
|
|
438
|
-
"label": "System
|
|
3095
|
+
"label": "System prompt parameters",
|
|
3096
|
+
"description": "Use <code>{{parameter}}</code> format to insert dynamic values into the prompt.",
|
|
439
3097
|
"optional": true,
|
|
440
3098
|
"feel": "required",
|
|
441
3099
|
"group": "systemPrompt",
|
|
@@ -443,11 +3101,12 @@
|
|
|
443
3101
|
"name": "data.systemPrompt.parameters",
|
|
444
3102
|
"type": "zeebe:input"
|
|
445
3103
|
},
|
|
3104
|
+
"tooltip": "Map parameters in the prompt using the <code>{{parameter}}</code> format. Default parameters: <code>current_date</code>, <code>current_time</code>, <code>current_date_time</code>",
|
|
446
3105
|
"type": "String"
|
|
447
3106
|
},
|
|
448
3107
|
{
|
|
449
3108
|
"id": "data.userPrompt.prompt",
|
|
450
|
-
"label": "User
|
|
3109
|
+
"label": "User prompt",
|
|
451
3110
|
"optional": false,
|
|
452
3111
|
"constraints": {
|
|
453
3112
|
"notEmpty": true
|
|
@@ -462,7 +3121,8 @@
|
|
|
462
3121
|
},
|
|
463
3122
|
{
|
|
464
3123
|
"id": "data.userPrompt.parameters",
|
|
465
|
-
"label": "User
|
|
3124
|
+
"label": "User prompt parameters",
|
|
3125
|
+
"description": "Use <code>{{parameter}}</code> format to insert dynamic values into the prompt.",
|
|
466
3126
|
"optional": true,
|
|
467
3127
|
"feel": "required",
|
|
468
3128
|
"group": "userPrompt",
|
|
@@ -470,12 +3130,13 @@
|
|
|
470
3130
|
"name": "data.userPrompt.parameters",
|
|
471
3131
|
"type": "zeebe:input"
|
|
472
3132
|
},
|
|
3133
|
+
"tooltip": "Map parameters in the prompt using the <code>{{parameter}}</code> format. Default parameters: <code>current_date</code>, <code>current_time</code>, <code>current_date_time</code>",
|
|
473
3134
|
"type": "String"
|
|
474
3135
|
},
|
|
475
3136
|
{
|
|
476
3137
|
"id": "data.userPrompt.documents",
|
|
477
3138
|
"label": "Documents",
|
|
478
|
-
"description": "Documents to be included in the user prompt",
|
|
3139
|
+
"description": "Documents to be included in the user prompt.",
|
|
479
3140
|
"optional": true,
|
|
480
3141
|
"feel": "required",
|
|
481
3142
|
"group": "userPrompt",
|
|
@@ -483,13 +3144,13 @@
|
|
|
483
3144
|
"name": "data.userPrompt.documents",
|
|
484
3145
|
"type": "zeebe:input"
|
|
485
3146
|
},
|
|
486
|
-
"tooltip": "Referenced documents will be
|
|
3147
|
+
"tooltip": "Referenced documents will be automatically added to the user prompt. <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/\" target=\"_blank\">See documentation</a> for details and supported file types.",
|
|
487
3148
|
"type": "String"
|
|
488
3149
|
},
|
|
489
3150
|
{
|
|
490
3151
|
"id": "data.tools.containerElementId",
|
|
491
|
-
"label": "Ad-hoc
|
|
492
|
-
"description": "
|
|
3152
|
+
"label": "Ad-hoc sub-process ID",
|
|
3153
|
+
"description": "ID of the sub-process that contains the tools the AI agent can use.",
|
|
493
3154
|
"optional": true,
|
|
494
3155
|
"feel": "optional",
|
|
495
3156
|
"group": "tools",
|
|
@@ -497,12 +3158,13 @@
|
|
|
497
3158
|
"name": "data.tools.containerElementId",
|
|
498
3159
|
"type": "zeebe:input"
|
|
499
3160
|
},
|
|
3161
|
+
"tooltip": "Add an ad-hoc sub-process ID to attach the AI agent to the tools. Ensure your process includes a tools feedback loop routing into the ad-hoc sub-process and back to the AI agent connector. <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/\" target=\"_blank\">See documentation</a> for details.",
|
|
500
3162
|
"type": "String"
|
|
501
3163
|
},
|
|
502
3164
|
{
|
|
503
3165
|
"id": "data.tools.toolCallResults",
|
|
504
|
-
"label": "Tool
|
|
505
|
-
"description": "Tool call results as returned by the
|
|
3166
|
+
"label": "Tool call results",
|
|
3167
|
+
"description": "Tool call results as returned by the sub-process.",
|
|
506
3168
|
"optional": true,
|
|
507
3169
|
"feel": "required",
|
|
508
3170
|
"group": "tools",
|
|
@@ -510,249 +3172,212 @@
|
|
|
510
3172
|
"name": "data.tools.toolCallResults",
|
|
511
3173
|
"type": "zeebe:input"
|
|
512
3174
|
},
|
|
3175
|
+
"tooltip": "This defines where to handle tool call results returned by the ad-hoc sub-process. Model this as part of your process and route it into the tools feedback loop. <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/\" target=\"_blank\">See documentation</a> for details.",
|
|
513
3176
|
"type": "Text"
|
|
514
3177
|
},
|
|
515
3178
|
{
|
|
516
|
-
"id": "data.
|
|
517
|
-
"label": "
|
|
518
|
-
"optional": false,
|
|
519
|
-
"value": 20,
|
|
520
|
-
"constraints": {
|
|
521
|
-
"notEmpty": true
|
|
522
|
-
},
|
|
523
|
-
"feel": "static",
|
|
524
|
-
"group": "memory",
|
|
525
|
-
"binding": {
|
|
526
|
-
"name": "data.memory.maxMessages",
|
|
527
|
-
"type": "zeebe:input"
|
|
528
|
-
},
|
|
529
|
-
"type": "Number"
|
|
530
|
-
},
|
|
531
|
-
{
|
|
532
|
-
"id": "data.guardrails.maxModelCalls",
|
|
533
|
-
"label": "Maximum number of calls to the model",
|
|
3179
|
+
"id": "data.agentContext",
|
|
3180
|
+
"label": "Agent context",
|
|
534
3181
|
"optional": false,
|
|
535
|
-
"value":
|
|
3182
|
+
"value": "=agent.context",
|
|
536
3183
|
"constraints": {
|
|
537
3184
|
"notEmpty": true
|
|
538
3185
|
},
|
|
539
|
-
"feel": "static",
|
|
540
|
-
"group": "guardrails",
|
|
541
|
-
"binding": {
|
|
542
|
-
"name": "data.guardrails.maxModelCalls",
|
|
543
|
-
"type": "zeebe:input"
|
|
544
|
-
},
|
|
545
|
-
"type": "Number"
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
"id": "provider.anthropic.model.parameters.maxOutputTokens",
|
|
549
|
-
"label": "Maximum Output Tokens",
|
|
550
|
-
"optional": true,
|
|
551
|
-
"feel": "required",
|
|
552
|
-
"group": "parameters",
|
|
553
|
-
"binding": {
|
|
554
|
-
"name": "provider.anthropic.model.parameters.maxOutputTokens",
|
|
555
|
-
"type": "zeebe:input"
|
|
556
|
-
},
|
|
557
|
-
"condition": {
|
|
558
|
-
"property": "provider.type",
|
|
559
|
-
"equals": "anthropic",
|
|
560
|
-
"type": "simple"
|
|
561
|
-
},
|
|
562
|
-
"type": "Number"
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"id": "provider.anthropic.model.parameters.temperature",
|
|
566
|
-
"label": "Temperature",
|
|
567
|
-
"optional": true,
|
|
568
3186
|
"feel": "required",
|
|
569
|
-
"group": "
|
|
3187
|
+
"group": "memory",
|
|
570
3188
|
"binding": {
|
|
571
|
-
"name": "
|
|
3189
|
+
"name": "data.context",
|
|
572
3190
|
"type": "zeebe:input"
|
|
573
3191
|
},
|
|
574
|
-
"
|
|
575
|
-
|
|
576
|
-
"equals": "anthropic",
|
|
577
|
-
"type": "simple"
|
|
578
|
-
},
|
|
579
|
-
"type": "Number"
|
|
3192
|
+
"tooltip": "The agent context variable containing all relevant data for the agent to support the feedback loop between user requests, tool calls and LLM responses. Make sure this variable points to the <code>context</code> variable which is returned from the agent response. <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/\" target=\"_blank\">See documentation</a> for details.",
|
|
3193
|
+
"type": "Text"
|
|
580
3194
|
},
|
|
581
3195
|
{
|
|
582
|
-
"id": "
|
|
583
|
-
"label": "
|
|
584
|
-
"
|
|
585
|
-
"
|
|
586
|
-
"group": "
|
|
3196
|
+
"id": "data.memory.storage.type",
|
|
3197
|
+
"label": "Memory storage type",
|
|
3198
|
+
"description": "Specify how to store the conversation memory.",
|
|
3199
|
+
"value": "in-process",
|
|
3200
|
+
"group": "memory",
|
|
587
3201
|
"binding": {
|
|
588
|
-
"name": "
|
|
3202
|
+
"name": "data.memory.storage.type",
|
|
589
3203
|
"type": "zeebe:input"
|
|
590
3204
|
},
|
|
591
|
-
"
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
3205
|
+
"type": "Dropdown",
|
|
3206
|
+
"choices": [
|
|
3207
|
+
{
|
|
3208
|
+
"name": "In Process (part of agent context)",
|
|
3209
|
+
"value": "in-process"
|
|
3210
|
+
},
|
|
3211
|
+
{
|
|
3212
|
+
"name": "Camunda Document Storage",
|
|
3213
|
+
"value": "camunda-document"
|
|
3214
|
+
}
|
|
3215
|
+
]
|
|
597
3216
|
},
|
|
598
3217
|
{
|
|
599
|
-
"id": "
|
|
600
|
-
"label": "
|
|
3218
|
+
"id": "data.memory.storage.timeToLive",
|
|
3219
|
+
"label": "Document TTL",
|
|
3220
|
+
"description": "How long to retain the conversation document as ISO-8601 duration (example: <code>P14D</code>).",
|
|
601
3221
|
"optional": true,
|
|
602
|
-
"feel": "
|
|
603
|
-
"group": "
|
|
3222
|
+
"feel": "optional",
|
|
3223
|
+
"group": "memory",
|
|
604
3224
|
"binding": {
|
|
605
|
-
"name": "
|
|
3225
|
+
"name": "data.memory.storage.timeToLive",
|
|
606
3226
|
"type": "zeebe:input"
|
|
607
3227
|
},
|
|
608
3228
|
"condition": {
|
|
609
|
-
"property": "
|
|
610
|
-
"equals": "
|
|
3229
|
+
"property": "data.memory.storage.type",
|
|
3230
|
+
"equals": "camunda-document",
|
|
611
3231
|
"type": "simple"
|
|
612
3232
|
},
|
|
613
|
-
"
|
|
3233
|
+
"tooltip": "Will use the cluster default TTL (time-to-live) if not specified. Make sure to set this value to a reasonable duration matching your process lifecycle.",
|
|
3234
|
+
"type": "String"
|
|
614
3235
|
},
|
|
615
3236
|
{
|
|
616
|
-
"id": "
|
|
617
|
-
"label": "
|
|
3237
|
+
"id": "data.memory.storage.customProperties",
|
|
3238
|
+
"label": "Custom document properties",
|
|
3239
|
+
"description": "An optional map of custom properties to be stored with the conversation document.",
|
|
618
3240
|
"optional": true,
|
|
619
3241
|
"feel": "required",
|
|
620
|
-
"group": "
|
|
3242
|
+
"group": "memory",
|
|
621
3243
|
"binding": {
|
|
622
|
-
"name": "
|
|
3244
|
+
"name": "data.memory.storage.customProperties",
|
|
623
3245
|
"type": "zeebe:input"
|
|
624
3246
|
},
|
|
625
3247
|
"condition": {
|
|
626
|
-
"property": "
|
|
627
|
-
"equals": "
|
|
3248
|
+
"property": "data.memory.storage.type",
|
|
3249
|
+
"equals": "camunda-document",
|
|
628
3250
|
"type": "simple"
|
|
629
3251
|
},
|
|
630
|
-
"type": "
|
|
3252
|
+
"type": "String"
|
|
631
3253
|
},
|
|
632
3254
|
{
|
|
633
|
-
"id": "
|
|
634
|
-
"label": "
|
|
635
|
-
"
|
|
636
|
-
"
|
|
637
|
-
"
|
|
3255
|
+
"id": "data.memory.contextWindowSize",
|
|
3256
|
+
"label": "Context window size",
|
|
3257
|
+
"description": "Maximum number of recent conversation messages which are passed to the model.",
|
|
3258
|
+
"optional": false,
|
|
3259
|
+
"value": 20,
|
|
3260
|
+
"feel": "static",
|
|
3261
|
+
"group": "memory",
|
|
638
3262
|
"binding": {
|
|
639
|
-
"name": "
|
|
3263
|
+
"name": "data.memory.contextWindowSize",
|
|
640
3264
|
"type": "zeebe:input"
|
|
641
3265
|
},
|
|
642
|
-
"
|
|
643
|
-
"property": "provider.type",
|
|
644
|
-
"equals": "bedrock",
|
|
645
|
-
"type": "simple"
|
|
646
|
-
},
|
|
3266
|
+
"tooltip": "Use this to limit the number of messages which are sent to the model. The agent will only send the most recent messages up to the configured limit to the LLM. Older messages will be kept in the conversation store, but not sent to the model. <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/\" target=\"_blank\">See documentation</a> for details.",
|
|
647
3267
|
"type": "Number"
|
|
648
3268
|
},
|
|
649
3269
|
{
|
|
650
|
-
"id": "
|
|
651
|
-
"label": "
|
|
652
|
-
"
|
|
653
|
-
"
|
|
654
|
-
"
|
|
3270
|
+
"id": "data.limits.maxModelCalls",
|
|
3271
|
+
"label": "Maximum model calls",
|
|
3272
|
+
"description": "Maximum number of calls to the model as a safety limit to prevent infinite loops.",
|
|
3273
|
+
"optional": false,
|
|
3274
|
+
"value": 10,
|
|
3275
|
+
"feel": "static",
|
|
3276
|
+
"group": "limits",
|
|
655
3277
|
"binding": {
|
|
656
|
-
"name": "
|
|
3278
|
+
"name": "data.limits.maxModelCalls",
|
|
657
3279
|
"type": "zeebe:input"
|
|
658
3280
|
},
|
|
659
|
-
"condition": {
|
|
660
|
-
"property": "provider.type",
|
|
661
|
-
"equals": "bedrock",
|
|
662
|
-
"type": "simple"
|
|
663
|
-
},
|
|
664
3281
|
"type": "Number"
|
|
665
3282
|
},
|
|
666
3283
|
{
|
|
667
|
-
"id": "
|
|
668
|
-
"label": "
|
|
669
|
-
"
|
|
670
|
-
"
|
|
671
|
-
"group": "
|
|
3284
|
+
"id": "data.response.format.type",
|
|
3285
|
+
"label": "Response format",
|
|
3286
|
+
"description": "Specify the response format. Support for JSON mode varies by provider.",
|
|
3287
|
+
"value": "text",
|
|
3288
|
+
"group": "response",
|
|
672
3289
|
"binding": {
|
|
673
|
-
"name": "
|
|
3290
|
+
"name": "data.response.format.type",
|
|
674
3291
|
"type": "zeebe:input"
|
|
675
3292
|
},
|
|
676
|
-
"
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
3293
|
+
"type": "Dropdown",
|
|
3294
|
+
"choices": [
|
|
3295
|
+
{
|
|
3296
|
+
"name": "Text",
|
|
3297
|
+
"value": "text"
|
|
3298
|
+
},
|
|
3299
|
+
{
|
|
3300
|
+
"name": "JSON",
|
|
3301
|
+
"value": "json"
|
|
3302
|
+
}
|
|
3303
|
+
]
|
|
682
3304
|
},
|
|
683
3305
|
{
|
|
684
|
-
"id": "
|
|
685
|
-
"label": "
|
|
3306
|
+
"id": "data.response.format.parseJson",
|
|
3307
|
+
"label": "Parse text as JSON",
|
|
3308
|
+
"description": "Tries to parse the LLM response text as JSON object.",
|
|
686
3309
|
"optional": true,
|
|
687
|
-
"feel": "
|
|
688
|
-
"group": "
|
|
3310
|
+
"feel": "static",
|
|
3311
|
+
"group": "response",
|
|
689
3312
|
"binding": {
|
|
690
|
-
"name": "
|
|
3313
|
+
"name": "data.response.format.parseJson",
|
|
691
3314
|
"type": "zeebe:input"
|
|
692
3315
|
},
|
|
693
3316
|
"condition": {
|
|
694
|
-
"property": "
|
|
695
|
-
"equals": "
|
|
3317
|
+
"property": "data.response.format.type",
|
|
3318
|
+
"equals": "text",
|
|
696
3319
|
"type": "simple"
|
|
697
3320
|
},
|
|
698
|
-
"
|
|
3321
|
+
"tooltip": "Use this option in combination with models which don't support native JSON mode/structured tool calling (e.g. Anthropic). Make sure to instruct the model to return valid JSON in the system prompt. The parsed JSON will be available as <code>response.responseJson</code>.<br><br>If parsing fails, <code>null</code> will be returned as JSON response, but the text content will still be available as <code>response.responseText</code>.",
|
|
3322
|
+
"type": "Boolean"
|
|
699
3323
|
},
|
|
700
3324
|
{
|
|
701
|
-
"id": "
|
|
702
|
-
"label": "
|
|
3325
|
+
"id": "data.response.format.schema",
|
|
3326
|
+
"label": "Response JSON schema",
|
|
3327
|
+
"description": "An optional response <a href=\"https://json-schema.org/\" target=\"_blank\">JSON Schema</a> to instruct the model how to structure the JSON output.",
|
|
703
3328
|
"optional": true,
|
|
704
3329
|
"feel": "required",
|
|
705
|
-
"group": "
|
|
3330
|
+
"group": "response",
|
|
706
3331
|
"binding": {
|
|
707
|
-
"name": "
|
|
3332
|
+
"name": "data.response.format.schema",
|
|
708
3333
|
"type": "zeebe:input"
|
|
709
3334
|
},
|
|
710
3335
|
"condition": {
|
|
711
|
-
"property": "
|
|
712
|
-
"equals": "
|
|
3336
|
+
"property": "data.response.format.type",
|
|
3337
|
+
"equals": "json",
|
|
713
3338
|
"type": "simple"
|
|
714
3339
|
},
|
|
715
|
-
"
|
|
3340
|
+
"tooltip": "If supported by the model, the response will be structured according to the provided schema. A parsed version of the response will be available as <code>response.responseJson</code>.",
|
|
3341
|
+
"type": "String"
|
|
716
3342
|
},
|
|
717
3343
|
{
|
|
718
|
-
"id": "
|
|
719
|
-
"label": "
|
|
3344
|
+
"id": "data.response.format.schemaName",
|
|
3345
|
+
"label": "Response JSON schema name",
|
|
3346
|
+
"description": "An optional name for the response JSON Schema to make the model aware of the expected output.",
|
|
720
3347
|
"optional": true,
|
|
721
|
-
"
|
|
722
|
-
"
|
|
3348
|
+
"value": "Response",
|
|
3349
|
+
"feel": "optional",
|
|
3350
|
+
"group": "response",
|
|
723
3351
|
"binding": {
|
|
724
|
-
"name": "
|
|
3352
|
+
"name": "data.response.format.schemaName",
|
|
725
3353
|
"type": "zeebe:input"
|
|
726
3354
|
},
|
|
727
3355
|
"condition": {
|
|
728
|
-
"property": "
|
|
729
|
-
"equals": "
|
|
3356
|
+
"property": "data.response.format.type",
|
|
3357
|
+
"equals": "json",
|
|
730
3358
|
"type": "simple"
|
|
731
3359
|
},
|
|
732
|
-
"type": "
|
|
3360
|
+
"type": "String"
|
|
733
3361
|
},
|
|
734
3362
|
{
|
|
735
|
-
"id": "
|
|
736
|
-
"label": "
|
|
3363
|
+
"id": "data.response.includeAssistantMessage",
|
|
3364
|
+
"label": "Include assistant message",
|
|
3365
|
+
"description": "Include the full assistant message as part of the result object.",
|
|
737
3366
|
"optional": true,
|
|
738
|
-
"feel": "
|
|
739
|
-
"group": "
|
|
3367
|
+
"feel": "static",
|
|
3368
|
+
"group": "response",
|
|
740
3369
|
"binding": {
|
|
741
|
-
"name": "
|
|
3370
|
+
"name": "data.response.includeAssistantMessage",
|
|
742
3371
|
"type": "zeebe:input"
|
|
743
3372
|
},
|
|
744
|
-
"
|
|
745
|
-
|
|
746
|
-
"equals": "openai",
|
|
747
|
-
"type": "simple"
|
|
748
|
-
},
|
|
749
|
-
"type": "Number"
|
|
3373
|
+
"tooltip": "In addition to the text content, the assistant message may include multiple additional content blocks and metadata (such as token usage). The message will be available as <code>response.responseMessage</code>.",
|
|
3374
|
+
"type": "Boolean"
|
|
750
3375
|
},
|
|
751
3376
|
{
|
|
752
3377
|
"id": "version",
|
|
753
3378
|
"label": "Version",
|
|
754
3379
|
"description": "Version of the element template",
|
|
755
|
-
"value": "
|
|
3380
|
+
"value": "1",
|
|
756
3381
|
"group": "connector",
|
|
757
3382
|
"binding": {
|
|
758
3383
|
"key": "elementTemplateVersion",
|
|
@@ -764,7 +3389,7 @@
|
|
|
764
3389
|
"id": "id",
|
|
765
3390
|
"label": "ID",
|
|
766
3391
|
"description": "ID of the element template",
|
|
767
|
-
"value": "io.camunda.connectors.agenticai.aiagent.
|
|
3392
|
+
"value": "io.camunda.connectors.agenticai.aiagent.v1",
|
|
768
3393
|
"group": "connector",
|
|
769
3394
|
"binding": {
|
|
770
3395
|
"key": "elementTemplateId",
|
|
@@ -776,6 +3401,7 @@
|
|
|
776
3401
|
"id": "resultVariable",
|
|
777
3402
|
"label": "Result variable",
|
|
778
3403
|
"description": "Name of variable to store the response in",
|
|
3404
|
+
"value": "agent",
|
|
779
3405
|
"group": "output",
|
|
780
3406
|
"binding": {
|
|
781
3407
|
"key": "resultVariable",
|
|
@@ -833,9 +3459,6 @@
|
|
|
833
3459
|
"type": "String"
|
|
834
3460
|
}
|
|
835
3461
|
],
|
|
836
|
-
"engines": {
|
|
837
|
-
"camunda": "^8.8"
|
|
838
|
-
},
|
|
839
3462
|
"icon": {
|
|
840
3463
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiNBNTZFRkYiLz4KPG1hc2sgaWQ9InBhdGgtMi1vdXRzaWRlLTFfMTg1XzYiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjQiIHk9IjQiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iYmxhY2siPgo8cmVjdCBmaWxsPSJ3aGl0ZSIgeD0iNCIgeT0iNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIvPgo8L21hc2s+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC4wMTA1IDEyLjA5ODdDMTguNDkgMTAuNTg5NCAxNy4xNTk0IDguMTA4MTQgMTYuMTc5OSA2LjAxMTAzQzE2LjE1MiA2LjAwNDUxIDE2LjExNzYgNiAxNi4wNzk0IDZDMTYuMDQxMSA2IDE2LjAwNjYgNi4wMDQ1MSAxNS45Nzg4IDYuMDExMDRDMTQuOTk5NCA4LjEwODE0IDEzLjY2OTcgMTAuNTg4OSAxMi4xNDgxIDEyLjA5ODFDMTAuNjI2OSAxMy42MDcxIDguMTI1NjggMTQuOTI2NCA2LjAxMTU3IDE1Ljg5ODFDNi4wMDQ3NCAxNS45MjYxIDYgMTUuOTYxMSA2IDE2QzYgMTYuMDM4NyA2LjAwNDY4IDE2LjA3MzYgNi4wMTE0NCAxNi4xMDE0QzguMTI1MTkgMTcuMDcyOSAxMC42MjYyIDE4LjM5MTkgMTIuMTQ3NyAxOS45MDE2QzEzLjY2OTcgMjEuNDEwNyAxNC45OTk2IDIzLjg5MiAxNS45NzkxIDI1Ljk4OUMxNi4wMDY4IDI1Ljk5NTYgMTYuMDQxMSAyNiAxNi4wNzkzIDI2QzE2LjExNzUgMjYgMTYuMTUxOSAyNS45OTU0IDE2LjE3OTYgMjUuOTg5QzE3LjE1OTEgMjMuODkyIDE4LjQ4ODggMjEuNDExIDIwLjAwOTkgMTkuOTAyMU0yMC4wMDk5IDE5LjkwMjFDMjEuNTI1MyAxOC4zOTg3IDIzLjk0NjUgMTcuMDY2OSAyNS45OTE1IDE2LjA4MjRDMjUuOTk2NSAxNi4wNTkzIDI2IDE2LjAzMSAyNiAxNS45OTk3QzI2IDE1Ljk2ODQgMjUuOTk2NSAxNS45NDAzIDI1Ljk5MTUgMTUuOTE3MUMyMy45NDc0IDE0LjkzMjcgMjEuNTI1OSAxMy42MDEgMjAuMDEwNSAxMi4wOTg3IiBzdHJva2U9IiM0OTFEOEIiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgbWFzaz0idXJsKCNwYXRoLTItb3V0c2lkZS0xXzE4NV82KSIvPgo8L3N2Zz4K"
|
|
841
3464
|
}
|
|
@@ -844,12 +3467,12 @@
|
|
|
844
3467
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
845
3468
|
"name": "AI Agent",
|
|
846
3469
|
"id": "io.camunda.connectors.agenticai.aiagent.v1",
|
|
847
|
-
"description": "Provides a generic AI agent implementation handling the feedback loop between user requests, tool calls and LLM responses. Compatible with 8.8.0-
|
|
3470
|
+
"description": "Provides a generic AI agent implementation handling the feedback loop between user requests, tool calls and LLM responses. Compatible with 8.8.0-alpha7 or later.",
|
|
848
3471
|
"metadata": {
|
|
849
3472
|
"keywords": []
|
|
850
3473
|
},
|
|
851
3474
|
"documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/",
|
|
852
|
-
"version":
|
|
3475
|
+
"version": 2,
|
|
853
3476
|
"category": {
|
|
854
3477
|
"id": "connectors",
|
|
855
3478
|
"name": "Connectors"
|
|
@@ -957,6 +3580,10 @@
|
|
|
957
3580
|
"name": "Azure OpenAI",
|
|
958
3581
|
"value": "azureOpenAi"
|
|
959
3582
|
},
|
|
3583
|
+
{
|
|
3584
|
+
"name": "Google Vertex AI (Hybrid/Self-Managed only)",
|
|
3585
|
+
"value": "google-vertex-ai"
|
|
3586
|
+
},
|
|
960
3587
|
{
|
|
961
3588
|
"name": "OpenAI",
|
|
962
3589
|
"value": "openai"
|
|
@@ -966,8 +3593,9 @@
|
|
|
966
3593
|
{
|
|
967
3594
|
"id": "provider.anthropic.endpoint",
|
|
968
3595
|
"label": "Endpoint",
|
|
969
|
-
"description": "
|
|
3596
|
+
"description": "Optional custom API endpoint",
|
|
970
3597
|
"optional": true,
|
|
3598
|
+
"feel": "optional",
|
|
971
3599
|
"group": "provider",
|
|
972
3600
|
"binding": {
|
|
973
3601
|
"name": "provider.anthropic.endpoint",
|
|
@@ -978,7 +3606,7 @@
|
|
|
978
3606
|
"equals": "anthropic",
|
|
979
3607
|
"type": "simple"
|
|
980
3608
|
},
|
|
981
|
-
"type": "
|
|
3609
|
+
"type": "String"
|
|
982
3610
|
},
|
|
983
3611
|
{
|
|
984
3612
|
"id": "provider.anthropic.authentication.apiKey",
|
|
@@ -1024,8 +3652,9 @@
|
|
|
1024
3652
|
{
|
|
1025
3653
|
"id": "provider.bedrock.endpoint",
|
|
1026
3654
|
"label": "Endpoint",
|
|
1027
|
-
"description": "
|
|
3655
|
+
"description": "Optional custom API endpoint",
|
|
1028
3656
|
"optional": true,
|
|
3657
|
+
"feel": "optional",
|
|
1029
3658
|
"group": "provider",
|
|
1030
3659
|
"binding": {
|
|
1031
3660
|
"name": "provider.bedrock.endpoint",
|
|
@@ -1036,7 +3665,7 @@
|
|
|
1036
3665
|
"equals": "bedrock",
|
|
1037
3666
|
"type": "simple"
|
|
1038
3667
|
},
|
|
1039
|
-
"type": "
|
|
3668
|
+
"type": "String"
|
|
1040
3669
|
},
|
|
1041
3670
|
{
|
|
1042
3671
|
"id": "provider.bedrock.authentication.type",
|
|
@@ -1319,6 +3948,48 @@
|
|
|
1319
3948
|
},
|
|
1320
3949
|
"type": "String"
|
|
1321
3950
|
},
|
|
3951
|
+
{
|
|
3952
|
+
"id": "provider.googleVertexAi.projectId",
|
|
3953
|
+
"label": "Project ID",
|
|
3954
|
+
"description": "Specify Google Cloud project ID",
|
|
3955
|
+
"optional": false,
|
|
3956
|
+
"constraints": {
|
|
3957
|
+
"notEmpty": true
|
|
3958
|
+
},
|
|
3959
|
+
"feel": "optional",
|
|
3960
|
+
"group": "provider",
|
|
3961
|
+
"binding": {
|
|
3962
|
+
"name": "provider.googleVertexAi.projectId",
|
|
3963
|
+
"type": "zeebe:input"
|
|
3964
|
+
},
|
|
3965
|
+
"condition": {
|
|
3966
|
+
"property": "provider.type",
|
|
3967
|
+
"equals": "google-vertex-ai",
|
|
3968
|
+
"type": "simple"
|
|
3969
|
+
},
|
|
3970
|
+
"type": "String"
|
|
3971
|
+
},
|
|
3972
|
+
{
|
|
3973
|
+
"id": "provider.googleVertexAi.location",
|
|
3974
|
+
"label": "Location",
|
|
3975
|
+
"description": "Specify the region where AI inference should take place",
|
|
3976
|
+
"optional": false,
|
|
3977
|
+
"constraints": {
|
|
3978
|
+
"notEmpty": true
|
|
3979
|
+
},
|
|
3980
|
+
"feel": "optional",
|
|
3981
|
+
"group": "provider",
|
|
3982
|
+
"binding": {
|
|
3983
|
+
"name": "provider.googleVertexAi.location",
|
|
3984
|
+
"type": "zeebe:input"
|
|
3985
|
+
},
|
|
3986
|
+
"condition": {
|
|
3987
|
+
"property": "provider.type",
|
|
3988
|
+
"equals": "google-vertex-ai",
|
|
3989
|
+
"type": "simple"
|
|
3990
|
+
},
|
|
3991
|
+
"type": "String"
|
|
3992
|
+
},
|
|
1322
3993
|
{
|
|
1323
3994
|
"id": "provider.openai.authentication.apiKey",
|
|
1324
3995
|
"label": "OpenAI API key",
|
|
@@ -1657,6 +4328,99 @@
|
|
|
1657
4328
|
"tooltip": "Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://learn.microsoft.com/en-us/azure/ai-foundry/openai/reference#request-body\" target=\"_blank\">documentation</a>.",
|
|
1658
4329
|
"type": "Number"
|
|
1659
4330
|
},
|
|
4331
|
+
{
|
|
4332
|
+
"id": "provider.googleVertexAi.model.model",
|
|
4333
|
+
"label": "Model",
|
|
4334
|
+
"description": "Specify the model ID. Details in the <a href=\"https://cloud.google.com/vertex-ai/docs/generative-ai/models\" target=\"_blank\">documentation</a>.",
|
|
4335
|
+
"optional": false,
|
|
4336
|
+
"constraints": {
|
|
4337
|
+
"notEmpty": true
|
|
4338
|
+
},
|
|
4339
|
+
"feel": "optional",
|
|
4340
|
+
"group": "model",
|
|
4341
|
+
"binding": {
|
|
4342
|
+
"name": "provider.googleVertexAi.model.model",
|
|
4343
|
+
"type": "zeebe:input"
|
|
4344
|
+
},
|
|
4345
|
+
"condition": {
|
|
4346
|
+
"property": "provider.type",
|
|
4347
|
+
"equals": "google-vertex-ai",
|
|
4348
|
+
"type": "simple"
|
|
4349
|
+
},
|
|
4350
|
+
"type": "String"
|
|
4351
|
+
},
|
|
4352
|
+
{
|
|
4353
|
+
"id": "provider.googleVertexAi.model.parameters.maxOutputTokens",
|
|
4354
|
+
"label": "Maximum output tokens",
|
|
4355
|
+
"optional": true,
|
|
4356
|
+
"feel": "required",
|
|
4357
|
+
"group": "model",
|
|
4358
|
+
"binding": {
|
|
4359
|
+
"name": "provider.googleVertexAi.model.parameters.maxOutputTokens",
|
|
4360
|
+
"type": "zeebe:input"
|
|
4361
|
+
},
|
|
4362
|
+
"condition": {
|
|
4363
|
+
"property": "provider.type",
|
|
4364
|
+
"equals": "google-vertex-ai",
|
|
4365
|
+
"type": "simple"
|
|
4366
|
+
},
|
|
4367
|
+
"tooltip": "Maximum number of tokens that can be generated in the response. <br><br>Details in the <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference\" target=\"_blank\">documentation</a>.",
|
|
4368
|
+
"type": "Number"
|
|
4369
|
+
},
|
|
4370
|
+
{
|
|
4371
|
+
"id": "provider.googleVertexAi.model.parameters.temperature",
|
|
4372
|
+
"label": "Temperature",
|
|
4373
|
+
"optional": true,
|
|
4374
|
+
"feel": "required",
|
|
4375
|
+
"group": "model",
|
|
4376
|
+
"binding": {
|
|
4377
|
+
"name": "provider.googleVertexAi.model.parameters.temperature",
|
|
4378
|
+
"type": "zeebe:input"
|
|
4379
|
+
},
|
|
4380
|
+
"condition": {
|
|
4381
|
+
"property": "provider.type",
|
|
4382
|
+
"equals": "google-vertex-ai",
|
|
4383
|
+
"type": "simple"
|
|
4384
|
+
},
|
|
4385
|
+
"tooltip": "Controls the degree of randomness in token selection. <br><br>Details in the <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference\" target=\"_blank\">documentation</a>.",
|
|
4386
|
+
"type": "Number"
|
|
4387
|
+
},
|
|
4388
|
+
{
|
|
4389
|
+
"id": "provider.googleVertexAi.model.parameters.topP",
|
|
4390
|
+
"label": "top P",
|
|
4391
|
+
"optional": true,
|
|
4392
|
+
"feel": "required",
|
|
4393
|
+
"group": "model",
|
|
4394
|
+
"binding": {
|
|
4395
|
+
"name": "provider.googleVertexAi.model.parameters.topP",
|
|
4396
|
+
"type": "zeebe:input"
|
|
4397
|
+
},
|
|
4398
|
+
"condition": {
|
|
4399
|
+
"property": "provider.type",
|
|
4400
|
+
"equals": "google-vertex-ai",
|
|
4401
|
+
"type": "simple"
|
|
4402
|
+
},
|
|
4403
|
+
"tooltip": "Floating point number between 0 and 1. Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference\" target=\"_blank\">documentation</a>.",
|
|
4404
|
+
"type": "Number"
|
|
4405
|
+
},
|
|
4406
|
+
{
|
|
4407
|
+
"id": "provider.googleVertexAi.model.parameters.topK",
|
|
4408
|
+
"label": "top K",
|
|
4409
|
+
"optional": true,
|
|
4410
|
+
"feel": "required",
|
|
4411
|
+
"group": "model",
|
|
4412
|
+
"binding": {
|
|
4413
|
+
"name": "provider.googleVertexAi.model.parameters.topK",
|
|
4414
|
+
"type": "zeebe:input"
|
|
4415
|
+
},
|
|
4416
|
+
"condition": {
|
|
4417
|
+
"property": "provider.type",
|
|
4418
|
+
"equals": "google-vertex-ai",
|
|
4419
|
+
"type": "simple"
|
|
4420
|
+
},
|
|
4421
|
+
"tooltip": "Integer greater than 0. Recommended for advanced use cases only (you usually only need to use temperature). <br><br>Details in the <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference\" target=\"_blank\">documentation</a>.",
|
|
4422
|
+
"type": "Number"
|
|
4423
|
+
},
|
|
1660
4424
|
{
|
|
1661
4425
|
"id": "provider.openai.model.model",
|
|
1662
4426
|
"label": "Model",
|
|
@@ -1871,7 +4635,7 @@
|
|
|
1871
4635
|
"value": "camunda-document"
|
|
1872
4636
|
},
|
|
1873
4637
|
{
|
|
1874
|
-
"name": "Custom Implementation",
|
|
4638
|
+
"name": "Custom Implementation (Hybrid/Self-Managed only)",
|
|
1875
4639
|
"value": "custom"
|
|
1876
4640
|
}
|
|
1877
4641
|
]
|
|
@@ -2077,7 +4841,7 @@
|
|
|
2077
4841
|
"id": "version",
|
|
2078
4842
|
"label": "Version",
|
|
2079
4843
|
"description": "Version of the element template",
|
|
2080
|
-
"value": "
|
|
4844
|
+
"value": "2",
|
|
2081
4845
|
"group": "connector",
|
|
2082
4846
|
"binding": {
|
|
2083
4847
|
"key": "elementTemplateVersion",
|