Skip to content

Commit d585635

Browse files
committed
Merge branch 'main_pre' into performance/delay-coll
# Conflicts: # tybotRoute/engine/MongodbBotsDataSource.js # tybotRoute/index.js
2 parents 00bc43d + 8f73675 commit d585635

File tree

62 files changed

+1681
-1055
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1681
-1055
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@
6868

6969
# 1.3.0
7070
- added: AI_ENDPOINT env var
71+
72+
# 1.3.0-rc1
7173
- added: ability to get 'none' as bodytype in webresponse
7274

7375
# 1.2.2
@@ -82,6 +84,19 @@
8284
- changed: refactoring of DIrWebRequestv2
8385
- bug-fixed: erro while parsing webrequestv2 body
8486

87+
# 1.1.5-rc4
88+
- added: webhook action (same as intent one)
89+
90+
# 1.1.5-rc3
91+
- bug-fixed: jsonBody parse error in web-request-v2
92+
93+
# 1.1.5-rc2
94+
- bug-fixed: cannot set status of undefined reading res.status in DirAssistant
95+
96+
# 1.1.5-rc1
97+
- changed: refactoring web-request-v2
98+
- bug-fixed: jsonBody parse error in web-request-v2
99+
85100
# 1.1.4
86101
- bug-fixed: slit is undefined in TiledeskChatbotUtils
87102

@@ -91,6 +106,12 @@
91106
# 1.1.2
92107
- bug-fixed: minor improvement
93108

109+
# 1.0.27-rc3
110+
- added: fixToken function in TiledeskService utils class
111+
112+
# 1.0.27-rc2
113+
- added: specchToText function to transcript audio file
114+
94115
# 1.0.27-rc1
95116
- changed: context for gpt-40 and gpt-40-mini
96117

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ var app = express();
44
var cors = require('cors');
55
app.use(cors());
66

7-
// const tybot = require("@tiledesk/tiledesk-tybot-connector");
87
const tybot = require("./tybotRoute");
98
const tybotRoute = tybot.router;
109
app.use("/", tybotRoute); // /tybot

0 commit comments

Comments
 (0)