Commit graph

234 commits

Author SHA1 Message Date
c2dd2130ea new(core.gbapp): SET SCHEDULE Keyword started. 2020-11-14 10:32:18 -03:00
260df10776 fix(core.gbapp): Fixing array base in BASIC. 2020-11-12 15:31:05 -03:00
4110cf7de9 fix(core.gbapp): DO WHILE now working. 2020-11-11 16:03:05 -03:00
3b0665d5d8 fix(core.gbapp): SEND FILE TO now is priority over SEND FILE when converting tokens in regexp translator. 2020-11-11 12:43:08 -03:00
aa7ef26ec4 fix(core.gbapp): Fix in SEND TO FILE defect. 2020-11-11 12:27:17 -03:00
7ef04ab3f0 fix(core.gbapp): SEND FILE TO order of VM call prioritized. 2020-11-11 11:38:19 -03:00
5e234cb4aa fix(core.gbapp): New key word SEND FILE TO added. 2020-11-11 11:10:40 -03:00
15212c0744 fix(core.gbapp): End of dialog is now OK. 2020-11-09 21:28:14 -03:00
dbbc20782f fix(core.gbapp): Trying to fix error after .gbdialog call. 2020-11-09 20:25:42 -03:00
7538017f9b fix(core.gbapp): Fixed the file server addresses and availability. 2020-11-09 19:53:42 -03:00
bf0790a858 fix(core.gbapp): Fixing missing await calls. 2020-11-09 19:04:01 -03:00
0b97f23dc5 fix(core.gbapp): Fix deployment of assets missing await. 2020-11-09 18:54:52 -03:00
fb279d6436 fix(core.gbapp): Fixing .gbdialog last call error. 2020-11-09 18:29:23 -03:00
5dbcc1a954 fix(core.gbapp): Trying to fix Word language finishing error. 2020-11-09 17:40:34 -03:00
fa4f49266e fix(core.gbapp): New keywords and Loops. 2020-11-08 13:39:18 -03:00
242430b9a6 fix(core.gbapp): Any question can be forwarded to .docx dialogs. 2020-11-06 17:06:22 -03:00
6f44303d98 fix(core.gbapp): Fix GET/SET in .gbdialog. 2020-11-06 15:23:56 -03:00
9a81162f79 fix(all): Strip all HTML from Bot Input. 2020-10-30 12:54:07 -03:00
945be5f60f fix(core.gbapp): Remove HTML from input. 2020-10-30 12:43:32 -03:00
da8d221286 fix(all): Spelled now received first letter in uppercase. 2020-10-30 11:30:03 -03:00
538db6a953 fix(kb.gbapp): Adjustments in .gbkb engine. 2020-10-30 08:36:15 -03:00
bdda8064f3 fix(core.gbapp): Logging improvements. 2020-10-27 15:08:03 -03:00
34f059623b fix(core.gbapp): Auto-publish fixed. 2020-10-27 12:34:46 -03:00
7ca1d4bcba fix(all): Bug fix in startup on a blank environment. 2020-10-26 20:18:38 -03:00
c264938bf3 fix(core.gbapp): .gbot download from tabular is now OK. 2020-10-24 18:56:55 -03:00
37562315fc new(core.gbapp): Entity extraction tested and startu optmizations. 2020-10-23 09:55:44 -03:00
f04f3c6147 fix(core.gbapp): NLP composing now is partially automated. 2020-10-22 21:46:55 -03:00
beca5622a5 fix(core.gbapp): Field active is now being filled at instance creation. 2020-10-21 13:42:48 -03:00
ed2b1ba4c5 new(core.gbapp): New line member on object returned from FIND keyword. 2020-10-20 10:44:47 -03:00
50d022c4a5 new(core.gbapp): More NLP automation. 2020-10-18 21:28:19 -03:00
90af111983 new(core.gbapp): NLP automation for entities. 2020-10-18 17:46:16 -03:00
599dd0d4bf new(core.gbapp): Broadcast for msteams available. 2020-10-18 13:24:19 -03:00
a6ab3aace3 new(admin.gbapp): custom .gbapp /publish commands. 2020-10-17 23:03:27 -03:00
ded9ce9f99 fix(admin.gbapp): AccessToken MSFT has changed. 2020-10-17 17:34:16 -03:00
09bdeb9df9 new(all): New transfer keyword. 2020-10-14 14:04:02 -03:00
0d0dff5d18 fix(all): sendFile working after path fix. 2020-10-14 13:43:58 -03:00
e672216912 fix(core.gbapp): Dynamic services from .gbapps. 2020-09-21 00:28:06 -03:00
1aecbe394b new(core.gbapp): Improvements on conversation instrumentation. 2020-09-20 14:39:06 -03:00
4c84d63116 fix(core.gbapp): Instance loading fix and external url for images. 2020-09-19 21:57:00 -03:00
25a131120e fix(core.gbapp): Context in VM is isolated now. 2020-08-29 15:02:19 -03:00
30bfdbb542 new(core.gbapp): Param ENABLE_PARAMS_ONLINE added. 2020-08-22 18:41:54 -03:00
e991ab7074 fix(all): Code cleanup. 2020-08-19 13:00:21 -03:00
9db881ce09 new(core.gbapp): GET and SET new keywords for storing values in .gbdialog BASIC. 2020-08-15 12:18:03 -03:00
e3cfa00e1a new(core.gbapp): GET/POST for .gbdialog. 2020-08-15 11:39:43 -03:00
de3dee2cbf new(core.gbapp): Added support for STT (IBM Watson). 2020-08-07 18:36:42 -03:00
129a27bd85 new(all): Profile dialog for editing user information. 2020-07-26 16:46:37 -03:00
c812210a19 fix(core.gbapp): .gbapp now can be debugged within .ts files. 2020-07-20 16:38:29 -03:00
2148472e94 fix(core.gbapp): Database changes and fix in .gblib load. 2020-07-19 07:18:51 -03:00
8dbb502df5 new(core.gbapp): /publish now can be used with .gbapp custom procedures. 2020-07-18 16:38:58 -03:00
fc37dc6f3f fix(all): Code formatting. 2020-07-17 19:39:27 -03:00