-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMain.xaml.json
33 lines (33 loc) · 926 Bytes
/
Main.xaml.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"DisplayName": "Main",
"Tooltip": null,
"HelpLink": null,
"Color": null,
"OriginalIconFileName": null,
"Arguments": [
{
"Name": "GmailApplicationCard_1_Connection0",
"DisplayName": "GmailApplicationCard_1_Connection",
"Category": null,
"Tooltip": "Use Gmail",
"Placeholder": null,
"Widget": "Connection",
"IsRequired": true,
"IsPrincipal": true,
"ArgumentType": 1,
"DataSourceItems": null
},
{
"Name": "Logic_Mail_ExtractProductDataFromEmail_xaml__GenerateChatCompletion_1_Connection0",
"DisplayName": "GenerateChatCompletion_1_uipath-openai-openai",
"Category": null,
"Tooltip": "Generate Chat Completion",
"Placeholder": null,
"Widget": "Connection",
"IsRequired": true,
"IsPrincipal": true,
"ArgumentType": 1,
"DataSourceItems": null
}
]
}