Skip to content
Snippets Groups Projects
Commit f53cd488 authored by Manuel Geyer's avatar Manuel Geyer
Browse files

Commit

parent 48e1d42a
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
},
"FunctionParamsInvariantScripts": {},
"FunctionParamsInvariantScriptsOnInstances": {},
"HeaderLastSavedDateTimeUTC": "01/04/2024 12:07:36",
"HeaderLastSavedDateTimeUTC": "01/04/2024 12:08:24",
"IsLegacyComponentAllowGlobalScopeCase": false,
"LocalConnectionIDReferences": {
"15068a32-6e56-4150-bc99-d730c02bc599": "\"/providers/microsoft.powerapps/apis/shared_office365/connections/shared-office365-691d88fb-dc12-4d7f-afc5-caaebbf651d6\"",
......
......@@ -8,8 +8,8 @@
"Assets\\Images\\0001.png": "C8_D0WGiAaxVuIcUWpkdQuVcyQy/gSJZuMRDwL63zxJhAk=",
"Assets\\Images\\0002.jpg": "C8_Tc/HGdQ62xbtBm/41G1l7DIpMm/RT0cgmhtJyanyURs=",
"Controls\\1.json": "C8_/PwNEU6dV00x9Xr4Yt93zX1EmsxAh36PVgOdFy9WD8g=",
"Controls\\4.json": "C8_OErnmFEd1afbJDoXoGUkUaeZHdkJV1ER4tkFMdmFj7g=",
"Header.json": "C8_3g2RiG2YMLrPMkA+BBqw+HdnsWXr6RxzvHTRrKkj1jc=",
"Controls\\4.json": "C8_c8H33iiyWRuchR41Gc/xISsdwpduA4+dbOpoQxVw77o=",
"Header.json": "C8_wWafdSspEdiyMXgC8xVmnu/iHDb6NBsc01EvCgoNl8s=",
"Properties.json": "C8_zZs3ELrGlY9JdoBnNcBh3W3Ysh86dkhfS34z+yDsw+k=",
"References\\DataSources.json": "C8_vF7W9QNH93yO65r9WPigh9BXKUJIDc9t8ccyWQpYRAA=",
"References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=",
......@@ -18,14 +18,14 @@
"References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=",
"Resources\\PublishInfo.json": "C8_L9UhOWDoS/LUj0KodcbQiXLqewg00O5iSZA4+bCdTGs="
},
"ClientStampedChecksum": "C8_LD8tFWL/0G4nuPThcUiFHydTOux5yTyOYzvw23PDLNs=",
"ClientStampedChecksum": "C8_6pHqWUV1FqfaDjlL9y2wtEgJL/WtqPs/E/9p3zwAm4o=",
"ServerPerFileChecksums": {
"AppCheckerResult.sarif": "C8_iXtYbvqOvV3593D6ybAsZhaE7En7ylT2++XXA1nmtQE=",
"Assets\\Images\\0001.png": "C8_D0WGiAaxVuIcUWpkdQuVcyQy/gSJZuMRDwL63zxJhAk=",
"Assets\\Images\\0002.jpg": "C8_Tc/HGdQ62xbtBm/41G1l7DIpMm/RT0cgmhtJyanyURs=",
"Controls\\1.json": "C8_/PwNEU6dV00x9Xr4Yt93zX1EmsxAh36PVgOdFy9WD8g=",
"Controls\\4.json": "C8_OErnmFEd1afbJDoXoGUkUaeZHdkJV1ER4tkFMdmFj7g=",
"Header.json": "C8_3g2RiG2YMLrPMkA+BBqw+HdnsWXr6RxzvHTRrKkj1jc=",
"Controls\\4.json": "C8_c8H33iiyWRuchR41Gc/xISsdwpduA4+dbOpoQxVw77o=",
"Header.json": "C8_wWafdSspEdiyMXgC8xVmnu/iHDb6NBsc01EvCgoNl8s=",
"Properties.json": "C8_zZs3ELrGlY9JdoBnNcBh3W3Ysh86dkhfS34z+yDsw+k=",
"References\\DataSources.json": "C8_vF7W9QNH93yO65r9WPigh9BXKUJIDc9t8ccyWQpYRAA=",
"References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=",
......@@ -34,5 +34,5 @@
"References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=",
"Resources\\PublishInfo.json": "C8_L9UhOWDoS/LUj0KodcbQiXLqewg00O5iSZA4+bCdTGs="
},
"ServerStampedChecksum": "C8_LD8tFWL/0G4nuPThcUiFHydTOux5yTyOYzvw23PDLNs="
"ServerStampedChecksum": "C8_6pHqWUV1FqfaDjlL9y2wtEgJL/WtqPs/E/9p3zwAm4o="
}
\ No newline at end of file
......@@ -240,7 +240,7 @@ Screen1 As screen:
Icon: =Icon.Send
OnSelect: |-
=If(!IsBlank(textinput1.Text), Set(varResp, varResp
& Char(13) & textinput1.Text & Char(13) & "GPT: " ));
& Char(13) & textinput1.Text & Char(13) & Char(13) & "GPT: " ));
Reset(textinput1);
Notify("ChatGPT asked", NotificationType.Success , 1000);
PressedBorderColor: =RGBA(0, 0, 0, 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment