@camunda/connectors-element-templates 1.0.19 → 1.0.21
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 +2 -2
- package/src/connectors-template.js +1 -3
- package/src/connectors.js +4 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +43 -43
- package/src/element-templates/agenticai-aiagent-job-worker.json +2230 -222
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6281 -4356
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +718 -36
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2394 -949
- package/src/element-templates/app-integrations-connector.json +1047 -0
- package/src/element-templates/asana-connector.json +943 -109
- package/src/element-templates/automation-anywhere-outbound-connector.json +2240 -1747
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1068 -30
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +386 -5
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +442 -5
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +417 -5
- package/src/element-templates/aws-bedrock-outbound-connector.json +2273 -623
- package/src/element-templates/aws-comprehend-outbound-connector.json +1573 -1
- package/src/element-templates/aws-dynamodb-outbound-connector.json +2950 -162
- package/src/element-templates/aws-eventbridge-connector-boundary.json +40 -40
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
- package/src/element-templates/aws-eventbridge-connector-start-event.json +33 -33
- package/src/element-templates/aws-eventbridge-outbound-connector.json +838 -424
- package/src/element-templates/aws-lambda-outbound-connector.json +495 -96
- package/src/element-templates/aws-s3-outbound-connector.json +2238 -44
- package/src/element-templates/aws-sagemaker-outbound-connector.json +681 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +4 -3
- package/src/element-templates/aws-sns-inbound-intermediate.json +341 -340
- package/src/element-templates/aws-sns-inbound-message-start.json +241 -240
- package/src/element-templates/aws-sns-inbound-receive.json +4 -3
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +581 -124
- package/src/element-templates/aws-sqs-boundary-connector.json +939 -420
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +851 -332
- package/src/element-templates/aws-sqs-outbound-connector.json +589 -136
- package/src/element-templates/aws-sqs-receive-connector.json +525 -7
- package/src/element-templates/aws-sqs-start-event-connector.json +380 -380
- package/src/element-templates/aws-sqs-start-message.json +736 -185
- package/src/element-templates/aws-textract-outbound-connector.json +866 -131
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
- package/src/element-templates/azure-open-ai-connector.json +1371 -8
- package/src/element-templates/blue-prism-connector.json +609 -30
- package/src/element-templates/box-outbound-connector.json +2356 -272
- package/src/element-templates/csv-outbound-connector.json +449 -0
- package/src/element-templates/easy-post-connector.json +1251 -170
- package/src/element-templates/email-outbound-connector.json +3087 -1013
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +2161 -1
- package/src/element-templates/github-connector.json +18554 -14368
- package/src/element-templates/github-webhook-connector-boundary.json +24 -24
- package/src/element-templates/github-webhook-connector-intermediate.json +8 -8
- package/src/element-templates/github-webhook-connector-message-start.json +8 -8
- package/src/element-templates/github-webhook-connector-receive.json +8 -8
- package/src/element-templates/github-webhook-connector-start-event.json +58 -58
- package/src/element-templates/gitlab-connector.json +3022 -1120
- package/src/element-templates/google-cloud-storage-outbound-connector.json +1447 -240
- package/src/element-templates/google-drive-outbound-connector.json +2980 -1428
- package/src/element-templates/google-gemini-outbound-connector.json +41 -55
- package/src/element-templates/google-maps-platform-connector.json +688 -137
- package/src/element-templates/google-sheets-outbound-connector.json +3186 -2030
- package/src/element-templates/graphql-outbound-connector.json +4149 -1485
- package/src/element-templates/http-json-connector.json +6143 -2053
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +2426 -364
- package/src/element-templates/http-polling-connector.json +3312 -1250
- package/src/element-templates/hubspot-outbound-connector.json +2817 -67
- package/src/element-templates/hugging-face-connector.json +83 -82
- package/src/element-templates/jdbc-outbound-connector.json +506 -9
- package/src/element-templates/kafka-inbound-connector-boundary.json +968 -971
- package/src/element-templates/kafka-inbound-connector-intermediate.json +53 -56
- package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
- package/src/element-templates/kafka-inbound-connector-start-message.json +545 -548
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +304 -308
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
- package/src/element-templates/microsoft-office365-mail-connector.json +2077 -35
- package/src/element-templates/microsoft-teams-outbound-connector.json +2897 -456
- package/src/element-templates/openai-connector.json +701 -207
- package/src/element-templates/operate-connector.json +83 -86
- package/src/element-templates/orchestration-connector.json +1843 -0
- package/src/element-templates/power-automate-connector.json +62 -62
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +772 -774
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +456 -458
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +573 -575
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +347 -347
- package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
- package/src/element-templates/rpa-connector.json +6 -6
- package/src/element-templates/salesforce-connector.json +653 -19
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +301 -1
- package/src/element-templates/send-message-connector-message-end-event.json +301 -1
- package/src/element-templates/send-message-connector-send-task.json +300 -1
- package/src/element-templates/sendgrid-outbound-connector.json +790 -790
- package/src/element-templates/servicenow-connector.json +1364 -7
- package/src/element-templates/servicenow-flow-starter-connector.json +16 -16
- package/src/element-templates/servicenow-incident-connector.json +1075 -29
- package/src/element-templates/slack-inbound-boundary.json +493 -493
- package/src/element-templates/slack-inbound-intermediate.json +448 -448
- package/src/element-templates/slack-inbound-message-start.json +369 -369
- package/src/element-templates/slack-inbound-receive.json +2 -2
- package/src/element-templates/slack-inbound-start-event.json +328 -328
- package/src/element-templates/slack-outbound-connector.json +2365 -1262
- package/src/element-templates/soap-outbound-connector.json +113 -117
- package/src/element-templates/twilio-connector.json +1186 -373
- package/src/element-templates/twilio-webhook-boundary-connector.json +9 -10
- package/src/element-templates/twilio-webhook-connector.json +60 -61
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -32
- package/src/element-templates/twilio-webhook-message-start-connector.json +10 -11
- package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
- package/src/element-templates/uipath-connector.json +668 -50
- package/src/element-templates/webhook-connector-boundary.json +1040 -385
- package/src/element-templates/webhook-connector-intermediate.json +2100 -1445
- package/src/element-templates/webhook-connector-receive.json +659 -5
- package/src/element-templates/webhook-connector-start-event.json +1860 -1299
- package/src/element-templates/webhook-connector-start-message.json +1535 -848
- package/src/element-templates/whatsapp-connector.json +393 -23
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"keywords": []
|
|
9
9
|
},
|
|
10
10
|
"documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/google-gemini/",
|
|
11
|
-
"version":
|
|
11
|
+
"version": 2,
|
|
12
12
|
"deprecated": true,
|
|
13
13
|
"category": {
|
|
14
14
|
"id": "connectors",
|
|
@@ -30,6 +30,10 @@
|
|
|
30
30
|
"id": "input",
|
|
31
31
|
"label": "Configure input"
|
|
32
32
|
},
|
|
33
|
+
{
|
|
34
|
+
"id": "connector",
|
|
35
|
+
"label": "Connector"
|
|
36
|
+
},
|
|
33
37
|
{
|
|
34
38
|
"id": "output",
|
|
35
39
|
"label": "Output mapping"
|
|
@@ -544,7 +548,7 @@
|
|
|
544
548
|
"name": "input.seed",
|
|
545
549
|
"type": "zeebe:input"
|
|
546
550
|
},
|
|
547
|
-
"tooltip": "Setting a seed value is useful when you make repeated requests and want the same model response.\nDeterministic outcome isn
|
|
551
|
+
"tooltip": "Setting a seed value is useful when you make repeated requests and want the same model response.\nDeterministic outcome isn’t guaranteed. Changing the model or other settings can cause variations in the response even when you use the same seed value.",
|
|
548
552
|
"type": "Number"
|
|
549
553
|
},
|
|
550
554
|
{
|
|
@@ -605,6 +609,30 @@
|
|
|
605
609
|
},
|
|
606
610
|
"type": "String"
|
|
607
611
|
},
|
|
612
|
+
{
|
|
613
|
+
"id": "version",
|
|
614
|
+
"label": "Version",
|
|
615
|
+
"description": "Version of the element template",
|
|
616
|
+
"value": "2",
|
|
617
|
+
"group": "connector",
|
|
618
|
+
"binding": {
|
|
619
|
+
"key": "elementTemplateVersion",
|
|
620
|
+
"type": "zeebe:taskHeader"
|
|
621
|
+
},
|
|
622
|
+
"type": "Hidden"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"id": "id",
|
|
626
|
+
"label": "ID",
|
|
627
|
+
"description": "ID of the element template",
|
|
628
|
+
"value": "io.camunda.connectors.GoogleGemini.v1",
|
|
629
|
+
"group": "connector",
|
|
630
|
+
"binding": {
|
|
631
|
+
"key": "elementTemplateId",
|
|
632
|
+
"type": "zeebe:taskHeader"
|
|
633
|
+
},
|
|
634
|
+
"type": "Hidden"
|
|
635
|
+
},
|
|
608
636
|
{
|
|
609
637
|
"id": "resultVariable",
|
|
610
638
|
"label": "Result variable",
|
|
@@ -679,7 +707,7 @@
|
|
|
679
707
|
"keywords": []
|
|
680
708
|
},
|
|
681
709
|
"documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/google-gemini/",
|
|
682
|
-
"version":
|
|
710
|
+
"version": 1,
|
|
683
711
|
"deprecated": true,
|
|
684
712
|
"category": {
|
|
685
713
|
"id": "connectors",
|
|
@@ -701,10 +729,6 @@
|
|
|
701
729
|
"id": "input",
|
|
702
730
|
"label": "Configure input"
|
|
703
731
|
},
|
|
704
|
-
{
|
|
705
|
-
"id": "connector",
|
|
706
|
-
"label": "Connector"
|
|
707
|
-
},
|
|
708
732
|
{
|
|
709
733
|
"id": "output",
|
|
710
734
|
"label": "Output mapping"
|
|
@@ -1219,7 +1243,7 @@
|
|
|
1219
1243
|
"name": "input.seed",
|
|
1220
1244
|
"type": "zeebe:input"
|
|
1221
1245
|
},
|
|
1222
|
-
"tooltip": "Setting a seed value is useful when you make repeated requests and want the same model response.\nDeterministic outcome isn
|
|
1246
|
+
"tooltip": "Setting a seed value is useful when you make repeated requests and want the same model response.\nDeterministic outcome isn\u2019t guaranteed. Changing the model or other settings can cause variations in the response even when you use the same seed value.",
|
|
1223
1247
|
"type": "Number"
|
|
1224
1248
|
},
|
|
1225
1249
|
{
|
|
@@ -1280,30 +1304,6 @@
|
|
|
1280
1304
|
},
|
|
1281
1305
|
"type": "String"
|
|
1282
1306
|
},
|
|
1283
|
-
{
|
|
1284
|
-
"id": "version",
|
|
1285
|
-
"label": "Version",
|
|
1286
|
-
"description": "Version of the element template",
|
|
1287
|
-
"value": "2",
|
|
1288
|
-
"group": "connector",
|
|
1289
|
-
"binding": {
|
|
1290
|
-
"key": "elementTemplateVersion",
|
|
1291
|
-
"type": "zeebe:taskHeader"
|
|
1292
|
-
},
|
|
1293
|
-
"type": "Hidden"
|
|
1294
|
-
},
|
|
1295
|
-
{
|
|
1296
|
-
"id": "id",
|
|
1297
|
-
"label": "ID",
|
|
1298
|
-
"description": "ID of the element template",
|
|
1299
|
-
"value": "io.camunda.connectors.GoogleGemini.v1",
|
|
1300
|
-
"group": "connector",
|
|
1301
|
-
"binding": {
|
|
1302
|
-
"key": "elementTemplateId",
|
|
1303
|
-
"type": "zeebe:taskHeader"
|
|
1304
|
-
},
|
|
1305
|
-
"type": "Hidden"
|
|
1306
|
-
},
|
|
1307
1307
|
{
|
|
1308
1308
|
"id": "resultVariable",
|
|
1309
1309
|
"label": "Result variable",
|
|
@@ -1371,7 +1371,7 @@
|
|
|
1371
1371
|
},
|
|
1372
1372
|
{
|
|
1373
1373
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1374
|
-
"name": "Google Gemini
|
|
1374
|
+
"name": "Generate Content with Google Gemini",
|
|
1375
1375
|
"id": "io.camunda.connectors.GoogleGemini.v1",
|
|
1376
1376
|
"description": " A large language model (LLM) created by Google AI. It's a multimodal model, meaning it can understand and work with different types of information like text, code, audio, images, and video",
|
|
1377
1377
|
"keywords": [
|
|
@@ -1461,7 +1461,6 @@
|
|
|
1461
1461
|
{
|
|
1462
1462
|
"id": "authentication.bearerToken",
|
|
1463
1463
|
"label": "Bearer token",
|
|
1464
|
-
"description": "Enter a valid Google API Bearer token",
|
|
1465
1464
|
"optional": false,
|
|
1466
1465
|
"constraints": {
|
|
1467
1466
|
"notEmpty": true
|
|
@@ -1482,7 +1481,6 @@
|
|
|
1482
1481
|
{
|
|
1483
1482
|
"id": "authentication.oauthClientId",
|
|
1484
1483
|
"label": "Client ID",
|
|
1485
|
-
"description": "Enter Google API Client ID",
|
|
1486
1484
|
"optional": false,
|
|
1487
1485
|
"constraints": {
|
|
1488
1486
|
"notEmpty": true
|
|
@@ -1503,7 +1501,6 @@
|
|
|
1503
1501
|
{
|
|
1504
1502
|
"id": "authentication.oauthClientSecret",
|
|
1505
1503
|
"label": "Client secret",
|
|
1506
|
-
"description": "Enter Google API client Secret",
|
|
1507
1504
|
"optional": false,
|
|
1508
1505
|
"constraints": {
|
|
1509
1506
|
"notEmpty": true
|
|
@@ -1524,7 +1521,6 @@
|
|
|
1524
1521
|
{
|
|
1525
1522
|
"id": "authentication.oauthRefreshToken",
|
|
1526
1523
|
"label": "Refresh token",
|
|
1527
|
-
"description": "Enter a valid Google API refresh token",
|
|
1528
1524
|
"optional": false,
|
|
1529
1525
|
"constraints": {
|
|
1530
1526
|
"notEmpty": true
|
|
@@ -1545,7 +1541,6 @@
|
|
|
1545
1541
|
{
|
|
1546
1542
|
"id": "input.projectId",
|
|
1547
1543
|
"label": "Project ID",
|
|
1548
|
-
"description": "Project identifier.",
|
|
1549
1544
|
"optional": false,
|
|
1550
1545
|
"constraints": {
|
|
1551
1546
|
"notEmpty": true
|
|
@@ -1560,7 +1555,6 @@
|
|
|
1560
1555
|
{
|
|
1561
1556
|
"id": "input.region",
|
|
1562
1557
|
"label": "Region",
|
|
1563
|
-
"description": "Input region.",
|
|
1564
1558
|
"optional": false,
|
|
1565
1559
|
"constraints": {
|
|
1566
1560
|
"notEmpty": true
|
|
@@ -1575,7 +1569,6 @@
|
|
|
1575
1569
|
{
|
|
1576
1570
|
"id": "input.model",
|
|
1577
1571
|
"label": "Model",
|
|
1578
|
-
"description": "Select gemini model.",
|
|
1579
1572
|
"optional": false,
|
|
1580
1573
|
"constraints": {
|
|
1581
1574
|
"notEmpty": true
|
|
@@ -1620,7 +1613,6 @@
|
|
|
1620
1613
|
{
|
|
1621
1614
|
"id": "input.customModelName",
|
|
1622
1615
|
"label": "Custom model name",
|
|
1623
|
-
"description": "Custom model name or identifier",
|
|
1624
1616
|
"optional": false,
|
|
1625
1617
|
"constraints": {
|
|
1626
1618
|
"notEmpty": true
|
|
@@ -1641,7 +1633,6 @@
|
|
|
1641
1633
|
{
|
|
1642
1634
|
"id": "input.prompts",
|
|
1643
1635
|
"label": "Prompts",
|
|
1644
|
-
"description": "Provide a list of prompts",
|
|
1645
1636
|
"optional": false,
|
|
1646
1637
|
"constraints": {
|
|
1647
1638
|
"notEmpty": true
|
|
@@ -1657,20 +1648,18 @@
|
|
|
1657
1648
|
{
|
|
1658
1649
|
"id": "input.systemInstrText",
|
|
1659
1650
|
"label": "System instructions",
|
|
1660
|
-
"description": "System instructions inform how the model should respond.",
|
|
1661
1651
|
"optional": true,
|
|
1662
1652
|
"group": "input",
|
|
1663
1653
|
"binding": {
|
|
1664
1654
|
"name": "input.systemInstrText",
|
|
1665
1655
|
"type": "zeebe:input"
|
|
1666
1656
|
},
|
|
1667
|
-
"tooltip": "System instructions inform how the model should respond. Use them to give the model context to understand the task, provide more custom responses and adhere to specific guidelines. Instructions apply each time you send a request to the model
|
|
1657
|
+
"tooltip": "System instructions inform how the model should respond. Use them to give the model context to understand the task, provide more custom responses and adhere to specific guidelines. Instructions apply each time you send a request to the model. <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/system-instructions?hl=en\" target=\"_blank\">Learn more about system instructions</a>",
|
|
1668
1658
|
"type": "String"
|
|
1669
1659
|
},
|
|
1670
1660
|
{
|
|
1671
1661
|
"id": "input.grounding",
|
|
1672
1662
|
"label": "Grounding",
|
|
1673
|
-
"description": "Customize grounding by Vertex AI Search.",
|
|
1674
1663
|
"optional": false,
|
|
1675
1664
|
"value": false,
|
|
1676
1665
|
"feel": "static",
|
|
@@ -1679,13 +1668,12 @@
|
|
|
1679
1668
|
"name": "input.grounding",
|
|
1680
1669
|
"type": "zeebe:input"
|
|
1681
1670
|
},
|
|
1682
|
-
"tooltip": "Grounding connects model output to verifiable sources of information. This is useful in situations where accuracy and reliability are important
|
|
1671
|
+
"tooltip": "Grounding connects model output to verifiable sources of information. This is useful in situations where accuracy and reliability are important. <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/grounding/overview?hl=en\" target=\"_blank\">Learn more about grounding</a>",
|
|
1683
1672
|
"type": "Boolean"
|
|
1684
1673
|
},
|
|
1685
1674
|
{
|
|
1686
1675
|
"id": "input.dataStorePath",
|
|
1687
1676
|
"label": "Vertex AI data store path",
|
|
1688
|
-
"description": "Vertex AI datastore path",
|
|
1689
1677
|
"optional": true,
|
|
1690
1678
|
"constraints": {
|
|
1691
1679
|
"notEmpty": false,
|
|
@@ -1709,7 +1697,6 @@
|
|
|
1709
1697
|
{
|
|
1710
1698
|
"id": "input.safetySettings",
|
|
1711
1699
|
"label": "Safety Filter Settings",
|
|
1712
|
-
"description": "You can adjust the likelihood of receiving a model response that could contain harmful content. Content is blocked based on the probability that it's harmful.<a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/learn/responsible-ai?hl=en#safety_filters_and_attributes\" Learn more.</a>",
|
|
1713
1700
|
"optional": false,
|
|
1714
1701
|
"value": false,
|
|
1715
1702
|
"feel": "static",
|
|
@@ -1718,6 +1705,7 @@
|
|
|
1718
1705
|
"name": "input.safetySettings",
|
|
1719
1706
|
"type": "zeebe:input"
|
|
1720
1707
|
},
|
|
1708
|
+
"tooltip": "You can adjust the likelihood of receiving a model response that could contain harmful content. Content is blocked based on the probability that it's harmful. See the <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/learn/responsible-ai?hl=en#safety_filters_and_attributes\">safety filters and attributes</a>.",
|
|
1721
1709
|
"type": "Boolean"
|
|
1722
1710
|
},
|
|
1723
1711
|
{
|
|
@@ -1735,7 +1723,7 @@
|
|
|
1735
1723
|
"equals": true,
|
|
1736
1724
|
"type": "simple"
|
|
1737
1725
|
},
|
|
1738
|
-
"tooltip": "
|
|
1726
|
+
"tooltip": "Adjust how much potentially harmful content is blocked, based on the probability that it's harmful: OFF blocks nothing, Block few blocks only high-probability content, Block some blocks medium-and-above, and Block most blocks low-and-above. <a href=\"https://cloud.google.com/vertex-ai/docs/generative-ai/learn/responsible-ai?hl=en#safety_filters_and_attributes\" target=\"_blank\">Learn more about safety filters</a>",
|
|
1739
1727
|
"type": "Dropdown",
|
|
1740
1728
|
"choices": [
|
|
1741
1729
|
{
|
|
@@ -1771,7 +1759,7 @@
|
|
|
1771
1759
|
"equals": true,
|
|
1772
1760
|
"type": "simple"
|
|
1773
1761
|
},
|
|
1774
|
-
"tooltip": "
|
|
1762
|
+
"tooltip": "Adjust how much potentially harmful content is blocked, based on the probability that it's harmful: OFF blocks nothing, Block few blocks only high-probability content, Block some blocks medium-and-above, and Block most blocks low-and-above. <a href=\"https://cloud.google.com/vertex-ai/docs/generative-ai/learn/responsible-ai?hl=en#safety_filters_and_attributes\" target=\"_blank\">Learn more about safety filters</a>",
|
|
1775
1763
|
"type": "Dropdown",
|
|
1776
1764
|
"choices": [
|
|
1777
1765
|
{
|
|
@@ -1807,7 +1795,7 @@
|
|
|
1807
1795
|
"equals": true,
|
|
1808
1796
|
"type": "simple"
|
|
1809
1797
|
},
|
|
1810
|
-
"tooltip": "
|
|
1798
|
+
"tooltip": "Adjust how much potentially harmful content is blocked, based on the probability that it's harmful: OFF blocks nothing, Block few blocks only high-probability content, Block some blocks medium-and-above, and Block most blocks low-and-above. <a href=\"https://cloud.google.com/vertex-ai/docs/generative-ai/learn/responsible-ai?hl=en#safety_filters_and_attributes\" target=\"_blank\">Learn more about safety filters</a>",
|
|
1811
1799
|
"type": "Dropdown",
|
|
1812
1800
|
"choices": [
|
|
1813
1801
|
{
|
|
@@ -1843,7 +1831,7 @@
|
|
|
1843
1831
|
"equals": true,
|
|
1844
1832
|
"type": "simple"
|
|
1845
1833
|
},
|
|
1846
|
-
"tooltip": "
|
|
1834
|
+
"tooltip": "Adjust how much potentially harmful content is blocked, based on the probability that it's harmful: OFF blocks nothing, Block few blocks only high-probability content, Block some blocks medium-and-above, and Block most blocks low-and-above. <a href=\"https://cloud.google.com/vertex-ai/docs/generative-ai/learn/responsible-ai?hl=en#safety_filters_and_attributes\" target=\"_blank\">Learn more about safety filters</a>",
|
|
1847
1835
|
"type": "Dropdown",
|
|
1848
1836
|
"choices": [
|
|
1849
1837
|
{
|
|
@@ -1867,7 +1855,6 @@
|
|
|
1867
1855
|
{
|
|
1868
1856
|
"id": "input.stopSequences",
|
|
1869
1857
|
"label": "Add stop sequence",
|
|
1870
|
-
"description": "Vertex AI datastore path",
|
|
1871
1858
|
"optional": true,
|
|
1872
1859
|
"feel": "required",
|
|
1873
1860
|
"group": "input",
|
|
@@ -1981,7 +1968,6 @@
|
|
|
1981
1968
|
{
|
|
1982
1969
|
"id": "input.functionCalls",
|
|
1983
1970
|
"label": "Function call description",
|
|
1984
|
-
"description": "Describe function calls.",
|
|
1985
1971
|
"optional": true,
|
|
1986
1972
|
"feel": "required",
|
|
1987
1973
|
"group": "input",
|
|
@@ -2067,7 +2053,7 @@
|
|
|
2067
2053
|
"id": "retryBackoff",
|
|
2068
2054
|
"label": "Retry backoff",
|
|
2069
2055
|
"description": "ISO-8601 duration to wait between retries",
|
|
2070
|
-
"value": "
|
|
2056
|
+
"value": "PT30S",
|
|
2071
2057
|
"group": "retries",
|
|
2072
2058
|
"binding": {
|
|
2073
2059
|
"key": "retryBackoff",
|