@camunda/connectors-element-templates 1.0.15 → 1.0.16

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.
@@ -9,6 +9,7 @@
9
9
  },
10
10
  "documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/google-gemini/",
11
11
  "version": 1,
12
+ "deprecated": true,
12
13
  "category": {
13
14
  "id": "connectors",
14
15
  "name": "Connectors"
@@ -679,6 +680,7 @@
679
680
  },
680
681
  "documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/google-gemini/",
681
682
  "version": 2,
683
+ "deprecated": true,
682
684
  "category": {
683
685
  "id": "connectors",
684
686
  "name": "Connectors"
@@ -1366,5 +1368,708 @@
1366
1368
  "icon": {
1367
1369
  "contents": "data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTTE2IDguMDE2QTguNTIyIDguNTIyIDAgMDA4LjAxNiAxNmgtLjAzMkE4LjUyMSA4LjUyMSAwIDAwMCA4LjAxNnYtLjAzMkE4LjUyMSA4LjUyMSAwIDAwNy45ODQgMGguMDMyQTguNTIyIDguNTIyIDAgMDAxNiA3Ljk4NHYuMDMyeiIgZmlsbD0idXJsKCNwcmVmaXhfX3BhaW50MF9yYWRpYWxfOTgwXzIwMTQ3KSIvPjxkZWZzPjxyYWRpYWxHcmFkaWVudCBpZD0icHJlZml4X19wYWludDBfcmFkaWFsXzk4MF8yMDE0NyIgY3g9IjAiIGN5PSIwIiByPSIxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxNi4xMzI2IDUuNDU1MyAtNDMuNzAwNDUgMTI5LjIzMjIgMS41ODggNi41MDMpIj48c3RvcCBvZmZzZXQ9Ii4wNjciIHN0b3AtY29sb3I9IiM5MTY4QzAiLz48c3RvcCBvZmZzZXQ9Ii4zNDMiIHN0b3AtY29sb3I9IiM1Njg0RDEiLz48c3RvcCBvZmZzZXQ9Ii42NzIiIHN0b3AtY29sb3I9IiMxQkExRTMiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48L3N2Zz4="
1368
1370
  }
1371
+ },
1372
+ {
1373
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1374
+ "name": "Google Gemini Outbound Connector",
1375
+ "id": "io.camunda.connectors.GoogleGemini.v1",
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
+ "metadata": {
1378
+ "keywords": []
1379
+ },
1380
+ "documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/google-gemini/",
1381
+ "version": 3,
1382
+ "category": {
1383
+ "id": "connectors",
1384
+ "name": "Connectors"
1385
+ },
1386
+ "appliesTo": ["bpmn:Task"],
1387
+ "elementType": {
1388
+ "value": "bpmn:ServiceTask"
1389
+ },
1390
+ "engines": {
1391
+ "camunda": "^8.7"
1392
+ },
1393
+ "groups": [
1394
+ {
1395
+ "id": "authentication",
1396
+ "label": "Authentication"
1397
+ },
1398
+ {
1399
+ "id": "input",
1400
+ "label": "Configure input"
1401
+ },
1402
+ {
1403
+ "id": "connector",
1404
+ "label": "Connector"
1405
+ },
1406
+ {
1407
+ "id": "output",
1408
+ "label": "Output mapping"
1409
+ },
1410
+ {
1411
+ "id": "error",
1412
+ "label": "Error handling"
1413
+ },
1414
+ {
1415
+ "id": "retries",
1416
+ "label": "Retries"
1417
+ }
1418
+ ],
1419
+ "properties": [
1420
+ {
1421
+ "value": "io.camunda:google-gemini:1",
1422
+ "binding": {
1423
+ "property": "type",
1424
+ "type": "zeebe:taskDefinition"
1425
+ },
1426
+ "type": "Hidden"
1427
+ },
1428
+ {
1429
+ "id": "authentication.authType",
1430
+ "label": "Type",
1431
+ "optional": false,
1432
+ "value": "refresh",
1433
+ "constraints": {
1434
+ "notEmpty": true
1435
+ },
1436
+ "group": "authentication",
1437
+ "binding": {
1438
+ "name": "authentication.authType",
1439
+ "type": "zeebe:input"
1440
+ },
1441
+ "type": "Dropdown",
1442
+ "choices": [
1443
+ {
1444
+ "name": "Bearer token",
1445
+ "value": "bearer"
1446
+ },
1447
+ {
1448
+ "name": "Refresh token",
1449
+ "value": "refresh"
1450
+ }
1451
+ ]
1452
+ },
1453
+ {
1454
+ "id": "authentication.bearerToken",
1455
+ "label": "Bearer token",
1456
+ "description": "Enter a valid Google API Bearer token",
1457
+ "optional": false,
1458
+ "constraints": {
1459
+ "notEmpty": true
1460
+ },
1461
+ "feel": "optional",
1462
+ "group": "authentication",
1463
+ "binding": {
1464
+ "name": "authentication.bearerToken",
1465
+ "type": "zeebe:input"
1466
+ },
1467
+ "condition": {
1468
+ "property": "authentication.authType",
1469
+ "equals": "bearer",
1470
+ "type": "simple"
1471
+ },
1472
+ "type": "String"
1473
+ },
1474
+ {
1475
+ "id": "authentication.oauthClientId",
1476
+ "label": "Client ID",
1477
+ "description": "Enter Google API Client ID",
1478
+ "optional": false,
1479
+ "constraints": {
1480
+ "notEmpty": true
1481
+ },
1482
+ "feel": "optional",
1483
+ "group": "authentication",
1484
+ "binding": {
1485
+ "name": "authentication.oauthClientId",
1486
+ "type": "zeebe:input"
1487
+ },
1488
+ "condition": {
1489
+ "property": "authentication.authType",
1490
+ "equals": "refresh",
1491
+ "type": "simple"
1492
+ },
1493
+ "type": "String"
1494
+ },
1495
+ {
1496
+ "id": "authentication.oauthClientSecret",
1497
+ "label": "Client secret",
1498
+ "description": "Enter Google API client Secret",
1499
+ "optional": false,
1500
+ "constraints": {
1501
+ "notEmpty": true
1502
+ },
1503
+ "feel": "optional",
1504
+ "group": "authentication",
1505
+ "binding": {
1506
+ "name": "authentication.oauthClientSecret",
1507
+ "type": "zeebe:input"
1508
+ },
1509
+ "condition": {
1510
+ "property": "authentication.authType",
1511
+ "equals": "refresh",
1512
+ "type": "simple"
1513
+ },
1514
+ "type": "String"
1515
+ },
1516
+ {
1517
+ "id": "authentication.oauthRefreshToken",
1518
+ "label": "Refresh token",
1519
+ "description": "Enter a valid Google API refresh token",
1520
+ "optional": false,
1521
+ "constraints": {
1522
+ "notEmpty": true
1523
+ },
1524
+ "feel": "optional",
1525
+ "group": "authentication",
1526
+ "binding": {
1527
+ "name": "authentication.oauthRefreshToken",
1528
+ "type": "zeebe:input"
1529
+ },
1530
+ "condition": {
1531
+ "property": "authentication.authType",
1532
+ "equals": "refresh",
1533
+ "type": "simple"
1534
+ },
1535
+ "type": "String"
1536
+ },
1537
+ {
1538
+ "id": "input.projectId",
1539
+ "label": "Project ID",
1540
+ "description": "Project identifier.",
1541
+ "optional": false,
1542
+ "constraints": {
1543
+ "notEmpty": true
1544
+ },
1545
+ "group": "input",
1546
+ "binding": {
1547
+ "name": "input.projectId",
1548
+ "type": "zeebe:input"
1549
+ },
1550
+ "type": "String"
1551
+ },
1552
+ {
1553
+ "id": "input.region",
1554
+ "label": "Region",
1555
+ "description": "Input region.",
1556
+ "optional": false,
1557
+ "constraints": {
1558
+ "notEmpty": true
1559
+ },
1560
+ "group": "input",
1561
+ "binding": {
1562
+ "name": "input.region",
1563
+ "type": "zeebe:input"
1564
+ },
1565
+ "type": "String"
1566
+ },
1567
+ {
1568
+ "id": "input.model",
1569
+ "label": "Model",
1570
+ "description": "Select gemini model.",
1571
+ "optional": false,
1572
+ "constraints": {
1573
+ "notEmpty": true
1574
+ },
1575
+ "group": "input",
1576
+ "binding": {
1577
+ "name": "input.model",
1578
+ "type": "zeebe:input"
1579
+ },
1580
+ "type": "Dropdown",
1581
+ "choices": [
1582
+ {
1583
+ "name": "gemini-2.5-pro",
1584
+ "value": "GEMINI_2_5_PRO"
1585
+ },
1586
+ {
1587
+ "name": "gemini-2.5-flash",
1588
+ "value": "GEMINI_2_5_FLASH"
1589
+ },
1590
+ {
1591
+ "name": "gemini-2.5-flash-image",
1592
+ "value": "GEMINI_2_5_FLASH_IMAGE"
1593
+ },
1594
+ {
1595
+ "name": "gemini-2.5-flash-lite",
1596
+ "value": "GEMINI_2_5_FLASH_LITE"
1597
+ },
1598
+ {
1599
+ "name": "gemini-2.0-flash",
1600
+ "value": "GEMINI_2_0_FLASH"
1601
+ },
1602
+ {
1603
+ "name": "gemini-2.0-flash-lite",
1604
+ "value": "GEMINI_2_0_FLASH_LITE"
1605
+ },
1606
+ {
1607
+ "name": "Custom",
1608
+ "value": "CUSTOM"
1609
+ }
1610
+ ]
1611
+ },
1612
+ {
1613
+ "id": "input.customModelName",
1614
+ "label": "Custom model name",
1615
+ "description": "Custom model name or identifier",
1616
+ "optional": false,
1617
+ "constraints": {
1618
+ "notEmpty": true
1619
+ },
1620
+ "feel": "optional",
1621
+ "group": "input",
1622
+ "binding": {
1623
+ "name": "input.customModelName",
1624
+ "type": "zeebe:input"
1625
+ },
1626
+ "condition": {
1627
+ "property": "input.model",
1628
+ "equals": "CUSTOM",
1629
+ "type": "simple"
1630
+ },
1631
+ "type": "String"
1632
+ },
1633
+ {
1634
+ "id": "input.prompts",
1635
+ "label": "Prompts",
1636
+ "description": "Provide a list of prompts",
1637
+ "optional": false,
1638
+ "constraints": {
1639
+ "notEmpty": true
1640
+ },
1641
+ "feel": "required",
1642
+ "group": "input",
1643
+ "binding": {
1644
+ "name": "input.prompts",
1645
+ "type": "zeebe:input"
1646
+ },
1647
+ "type": "String"
1648
+ },
1649
+ {
1650
+ "id": "input.systemInstrText",
1651
+ "label": "System instructions",
1652
+ "description": "System instructions inform how the model should respond.",
1653
+ "optional": true,
1654
+ "group": "input",
1655
+ "binding": {
1656
+ "name": "input.systemInstrText",
1657
+ "type": "zeebe:input"
1658
+ },
1659
+ "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\" Learn more about system instructions </a>",
1660
+ "type": "String"
1661
+ },
1662
+ {
1663
+ "id": "input.grounding",
1664
+ "label": "Grounding",
1665
+ "description": "Customize grounding by Vertex AI Search.",
1666
+ "optional": false,
1667
+ "value": false,
1668
+ "feel": "static",
1669
+ "group": "input",
1670
+ "binding": {
1671
+ "name": "input.grounding",
1672
+ "type": "zeebe:input"
1673
+ },
1674
+ "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\" Learn more about grounding </a>",
1675
+ "type": "Boolean"
1676
+ },
1677
+ {
1678
+ "id": "input.dataStorePath",
1679
+ "label": "Vertex AI data store path",
1680
+ "description": "Vertex AI datastore path",
1681
+ "optional": true,
1682
+ "constraints": {
1683
+ "notEmpty": false,
1684
+ "pattern": {
1685
+ "value": "(^projects\\/.*\\/locations\\/.*\\/collections\\/.*\\/dataStores\\/.*$)",
1686
+ "message": "value must match this template: projects/{}/locations/{}/collections/{}/dataStores/{}"
1687
+ }
1688
+ },
1689
+ "group": "input",
1690
+ "binding": {
1691
+ "name": "input.dataStorePath",
1692
+ "type": "zeebe:input"
1693
+ },
1694
+ "condition": {
1695
+ "property": "input.grounding",
1696
+ "equals": true,
1697
+ "type": "simple"
1698
+ },
1699
+ "type": "String"
1700
+ },
1701
+ {
1702
+ "id": "input.safetySettings",
1703
+ "label": "Safety Filter Settings",
1704
+ "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>",
1705
+ "optional": false,
1706
+ "value": false,
1707
+ "feel": "static",
1708
+ "group": "input",
1709
+ "binding": {
1710
+ "name": "input.safetySettings",
1711
+ "type": "zeebe:input"
1712
+ },
1713
+ "type": "Boolean"
1714
+ },
1715
+ {
1716
+ "id": "input.hateSpeech",
1717
+ "label": "Hate speech",
1718
+ "optional": true,
1719
+ "value": "OFF",
1720
+ "group": "input",
1721
+ "binding": {
1722
+ "name": "input.hateSpeech",
1723
+ "type": "zeebe:input"
1724
+ },
1725
+ "condition": {
1726
+ "property": "input.safetySettings",
1727
+ "equals": true,
1728
+ "type": "simple"
1729
+ },
1730
+ "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.<a href=\"https://cloud.google.com/vertex-ai/docs/generative-ai/learn/responsible-ai?hl=en#safety_filters_and_attributes\" Learn more </a>",
1731
+ "type": "Dropdown",
1732
+ "choices": [
1733
+ {
1734
+ "name": "OFF",
1735
+ "value": "OFF"
1736
+ },
1737
+ {
1738
+ "name": "Block few",
1739
+ "value": "BLOCK_ONLY_HIGH"
1740
+ },
1741
+ {
1742
+ "name": "Block some",
1743
+ "value": "BLOCK_MEDIUM_AND_ABOVE"
1744
+ },
1745
+ {
1746
+ "name": "Block most",
1747
+ "value": "BLOCK_LOW_AND_ABOVE"
1748
+ }
1749
+ ]
1750
+ },
1751
+ {
1752
+ "id": "input.dangerousContent",
1753
+ "label": "Dangerous content",
1754
+ "optional": true,
1755
+ "value": "OFF",
1756
+ "group": "input",
1757
+ "binding": {
1758
+ "name": "input.dangerousContent",
1759
+ "type": "zeebe:input"
1760
+ },
1761
+ "condition": {
1762
+ "property": "input.safetySettings",
1763
+ "equals": true,
1764
+ "type": "simple"
1765
+ },
1766
+ "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.<a href=\"https://cloud.google.com/vertex-ai/docs/generative-ai/learn/responsible-ai?hl=en#safety_filters_and_attributes\" Learn more </a>",
1767
+ "type": "Dropdown",
1768
+ "choices": [
1769
+ {
1770
+ "name": "OFF",
1771
+ "value": "OFF"
1772
+ },
1773
+ {
1774
+ "name": "Block few",
1775
+ "value": "BLOCK_ONLY_HIGH"
1776
+ },
1777
+ {
1778
+ "name": "Block some",
1779
+ "value": "BLOCK_MEDIUM_AND_ABOVE"
1780
+ },
1781
+ {
1782
+ "name": "Block most",
1783
+ "value": "BLOCK_LOW_AND_ABOVE"
1784
+ }
1785
+ ]
1786
+ },
1787
+ {
1788
+ "id": "input.sexuallyExplicit",
1789
+ "label": "Sexually explicit content",
1790
+ "optional": true,
1791
+ "value": "OFF",
1792
+ "group": "input",
1793
+ "binding": {
1794
+ "name": "input.sexuallyExplicit",
1795
+ "type": "zeebe:input"
1796
+ },
1797
+ "condition": {
1798
+ "property": "input.safetySettings",
1799
+ "equals": true,
1800
+ "type": "simple"
1801
+ },
1802
+ "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.<a href=\"https://cloud.google.com/vertex-ai/docs/generative-ai/learn/responsible-ai?hl=en#safety_filters_and_attributes\" Learn more </a>",
1803
+ "type": "Dropdown",
1804
+ "choices": [
1805
+ {
1806
+ "name": "OFF",
1807
+ "value": "OFF"
1808
+ },
1809
+ {
1810
+ "name": "Block few",
1811
+ "value": "BLOCK_ONLY_HIGH"
1812
+ },
1813
+ {
1814
+ "name": "Block some",
1815
+ "value": "BLOCK_MEDIUM_AND_ABOVE"
1816
+ },
1817
+ {
1818
+ "name": "Block most",
1819
+ "value": "BLOCK_LOW_AND_ABOVE"
1820
+ }
1821
+ ]
1822
+ },
1823
+ {
1824
+ "id": "input.harassment",
1825
+ "label": "Harassment content",
1826
+ "optional": true,
1827
+ "value": "OFF",
1828
+ "group": "input",
1829
+ "binding": {
1830
+ "name": "input.harassment",
1831
+ "type": "zeebe:input"
1832
+ },
1833
+ "condition": {
1834
+ "property": "input.safetySettings",
1835
+ "equals": true,
1836
+ "type": "simple"
1837
+ },
1838
+ "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.<a href=\"https://cloud.google.com/vertex-ai/docs/generative-ai/learn/responsible-ai?hl=en#safety_filters_and_attributes\" Learn more </a>",
1839
+ "type": "Dropdown",
1840
+ "choices": [
1841
+ {
1842
+ "name": "OFF",
1843
+ "value": "OFF"
1844
+ },
1845
+ {
1846
+ "name": "Block few",
1847
+ "value": "BLOCK_ONLY_HIGH"
1848
+ },
1849
+ {
1850
+ "name": "Block some",
1851
+ "value": "BLOCK_MEDIUM_AND_ABOVE"
1852
+ },
1853
+ {
1854
+ "name": "Block most",
1855
+ "value": "BLOCK_LOW_AND_ABOVE"
1856
+ }
1857
+ ]
1858
+ },
1859
+ {
1860
+ "id": "input.stopSequences",
1861
+ "label": "Add stop sequence",
1862
+ "description": "Vertex AI datastore path",
1863
+ "optional": true,
1864
+ "feel": "required",
1865
+ "group": "input",
1866
+ "binding": {
1867
+ "name": "input.stopSequences",
1868
+ "type": "zeebe:input"
1869
+ },
1870
+ "tooltip": "A stop sequence is a series of characters (including spaces) that stops response generation if the model encounters it. The sequence is not included as part of the response. You can add up to five stop sequences.",
1871
+ "type": "String"
1872
+ },
1873
+ {
1874
+ "id": "input.temperature",
1875
+ "label": "Temperature",
1876
+ "optional": true,
1877
+ "constraints": {
1878
+ "notEmpty": false,
1879
+ "pattern": {
1880
+ "value": "(^(([0-1]\\.[0-9])|([0-2]))$)|(^$)",
1881
+ "message": "value must be in the range from 0 to 2 in increments of 0.1"
1882
+ }
1883
+ },
1884
+ "feel": "static",
1885
+ "group": "input",
1886
+ "binding": {
1887
+ "name": "input.temperature",
1888
+ "type": "zeebe:input"
1889
+ },
1890
+ "tooltip": "Temperature controls the randomness in token selection.\nA lower temperature is good when you expect a true or correct response. \nA temperature of 0 means the highest probability token is usually selected.\nA higher temperature can lead to diverse or unexpected results. Some models have a higher temperature max to encourage more random responses.",
1891
+ "type": "Number"
1892
+ },
1893
+ {
1894
+ "id": "input.maxOutputTokens",
1895
+ "label": "Output token limit from 1 to 8192",
1896
+ "optional": false,
1897
+ "constraints": {
1898
+ "notEmpty": true,
1899
+ "pattern": {
1900
+ "value": "(^([1-9]|[1-9]\\d{1,2}|[1-7]\\d{3}|8(0[0-9]{2}|1[0-8][0-9]|19[0-2]))$)|(^$)",
1901
+ "message": "value must be in the range from 1 to 8192 in increments of 1"
1902
+ }
1903
+ },
1904
+ "feel": "static",
1905
+ "group": "input",
1906
+ "binding": {
1907
+ "name": "input.maxOutputTokens",
1908
+ "type": "zeebe:input"
1909
+ },
1910
+ "tooltip": "Output token limit determines the maximum amount of text output from one prompt. A token is approximately four characters.",
1911
+ "type": "Number"
1912
+ },
1913
+ {
1914
+ "id": "input.seed",
1915
+ "label": "Seed",
1916
+ "optional": true,
1917
+ "constraints": {
1918
+ "notEmpty": false,
1919
+ "pattern": {
1920
+ "value": "(^-?\\d*$)",
1921
+ "message": "value must be whole numbers that range from -2,147,483,647 to 2,147,483,647"
1922
+ }
1923
+ },
1924
+ "feel": "static",
1925
+ "group": "input",
1926
+ "binding": {
1927
+ "name": "input.seed",
1928
+ "type": "zeebe:input"
1929
+ },
1930
+ "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.",
1931
+ "type": "Number"
1932
+ },
1933
+ {
1934
+ "id": "input.topK",
1935
+ "label": "Top-K",
1936
+ "optional": true,
1937
+ "constraints": {
1938
+ "notEmpty": false,
1939
+ "pattern": {
1940
+ "value": "(^([1-9]|[1-3][0-9]|40)$)|(^$)",
1941
+ "message": "value must be an integer between 1 and 40"
1942
+ }
1943
+ },
1944
+ "feel": "static",
1945
+ "group": "input",
1946
+ "binding": {
1947
+ "name": "input.topK",
1948
+ "type": "zeebe:input"
1949
+ },
1950
+ "tooltip": "Top-K specifies the number of candidate tokens when the model is selecting an output token. Use a lower value for less random responses and a higher value for more random responses.",
1951
+ "type": "Number"
1952
+ },
1953
+ {
1954
+ "id": "input.topP",
1955
+ "label": "Top-P",
1956
+ "optional": true,
1957
+ "constraints": {
1958
+ "notEmpty": false,
1959
+ "pattern": {
1960
+ "value": "(^((0\\.[0-9])|1|0)$)|(^$)",
1961
+ "message": "value must be in the range from 0 to 1 in increments of 0.1"
1962
+ }
1963
+ },
1964
+ "feel": "static",
1965
+ "group": "input",
1966
+ "binding": {
1967
+ "name": "input.topP",
1968
+ "type": "zeebe:input"
1969
+ },
1970
+ "tooltip": "Top-p changes how the model selects tokens for output. Tokens are selected from most probable to least until the sum of their probabilities equals the top-p value. For example, if tokens A, B, and C have a probability of .3, .2, and .1 and the top-p value is .5, then the model will select either A or B as the next token (using temperature). For the least variable results, set top-P to 0.",
1971
+ "type": "Number"
1972
+ },
1973
+ {
1974
+ "id": "input.functionCalls",
1975
+ "label": "Function call description",
1976
+ "description": "Describe function calls.",
1977
+ "optional": true,
1978
+ "feel": "required",
1979
+ "group": "input",
1980
+ "binding": {
1981
+ "name": "input.functionCalls",
1982
+ "type": "zeebe:input"
1983
+ },
1984
+ "type": "String"
1985
+ },
1986
+ {
1987
+ "id": "version",
1988
+ "label": "Version",
1989
+ "description": "Version of the element template",
1990
+ "value": "3",
1991
+ "group": "connector",
1992
+ "binding": {
1993
+ "key": "elementTemplateVersion",
1994
+ "type": "zeebe:taskHeader"
1995
+ },
1996
+ "type": "Hidden"
1997
+ },
1998
+ {
1999
+ "id": "id",
2000
+ "label": "ID",
2001
+ "description": "ID of the element template",
2002
+ "value": "io.camunda.connectors.GoogleGemini.v1",
2003
+ "group": "connector",
2004
+ "binding": {
2005
+ "key": "elementTemplateId",
2006
+ "type": "zeebe:taskHeader"
2007
+ },
2008
+ "type": "Hidden"
2009
+ },
2010
+ {
2011
+ "id": "resultVariable",
2012
+ "label": "Result variable",
2013
+ "description": "Name of variable to store the response in",
2014
+ "group": "output",
2015
+ "binding": {
2016
+ "key": "resultVariable",
2017
+ "type": "zeebe:taskHeader"
2018
+ },
2019
+ "type": "String"
2020
+ },
2021
+ {
2022
+ "id": "resultExpression",
2023
+ "label": "Result expression",
2024
+ "description": "Expression to map the response into process variables",
2025
+ "feel": "required",
2026
+ "group": "output",
2027
+ "binding": {
2028
+ "key": "resultExpression",
2029
+ "type": "zeebe:taskHeader"
2030
+ },
2031
+ "type": "Text"
2032
+ },
2033
+ {
2034
+ "id": "errorExpression",
2035
+ "label": "Error expression",
2036
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
2037
+ "feel": "required",
2038
+ "group": "error",
2039
+ "binding": {
2040
+ "key": "errorExpression",
2041
+ "type": "zeebe:taskHeader"
2042
+ },
2043
+ "type": "Text"
2044
+ },
2045
+ {
2046
+ "id": "retryCount",
2047
+ "label": "Retries",
2048
+ "description": "Number of retries",
2049
+ "value": "3",
2050
+ "feel": "optional",
2051
+ "group": "retries",
2052
+ "binding": {
2053
+ "property": "retries",
2054
+ "type": "zeebe:taskDefinition"
2055
+ },
2056
+ "type": "String"
2057
+ },
2058
+ {
2059
+ "id": "retryBackoff",
2060
+ "label": "Retry backoff",
2061
+ "description": "ISO-8601 duration to wait between retries",
2062
+ "value": "PT0S",
2063
+ "group": "retries",
2064
+ "binding": {
2065
+ "key": "retryBackoff",
2066
+ "type": "zeebe:taskHeader"
2067
+ },
2068
+ "type": "String"
2069
+ }
2070
+ ],
2071
+ "icon": {
2072
+ "contents": "data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTTE2IDguMDE2QTguNTIyIDguNTIyIDAgMDA4LjAxNiAxNmgtLjAzMkE4LjUyMSA4LjUyMSAwIDAwMCA4LjAxNnYtLjAzMkE4LjUyMSA4LjUyMSAwIDAwNy45ODQgMGguMDMyQTguNTIyIDguNTIyIDAgMDAxNiA3Ljk4NHYuMDMyeiIgZmlsbD0idXJsKCNwcmVmaXhfX3BhaW50MF9yYWRpYWxfOTgwXzIwMTQ3KSIvPjxkZWZzPjxyYWRpYWxHcmFkaWVudCBpZD0icHJlZml4X19wYWludDBfcmFkaWFsXzk4MF8yMDE0NyIgY3g9IjAiIGN5PSIwIiByPSIxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxNi4xMzI2IDUuNDU1MyAtNDMuNzAwNDUgMTI5LjIzMjIgMS41ODggNi41MDMpIj48c3RvcCBvZmZzZXQ9Ii4wNjciIHN0b3AtY29sb3I9IiM5MTY4QzAiLz48c3RvcCBvZmZzZXQ9Ii4zNDMiIHN0b3AtY29sb3I9IiM1Njg0RDEiLz48c3RvcCBvZmZzZXQ9Ii42NzIiIHN0b3AtY29sb3I9IiMxQkExRTMiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48L3N2Zz4="
2073
+ }
1369
2074
  }
1370
2075
  ]