camparchimedes
commited on
Update chainlit.md
Browse files- chainlit.md +11 -10
chainlit.md
CHANGED
@@ -1,18 +1,19 @@
|
|
1 |
![image](https://raw.githubusercontent.com/camparchimedes/spacehold/refs/heads/main/daysoff_funV2.jpg?token=GHSAT0AAAAAAC4ZCDI3WG3XXND3XMZLWTM6Z4EAJ5Q)
|
2 |
|
3 |
|
4 |
-
Welcome to Beta-testing for
|
5 |
|
6 |
-
###
|
7 |
-
|
8 |
-
|
|
|
9 |
|
10 |
|
11 |
*Changelog* ๐ฌ
|
12 |
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
1 |
![image](https://raw.githubusercontent.com/camparchimedes/spacehold/refs/heads/main/daysoff_funV2.jpg?token=GHSAT0AAAAAAC4ZCDI3WG3XXND3XMZLWTM6Z4EAJ5Q)
|
2 |
|
3 |
|
4 |
+
Welcome to Beta-testing for ๐ฟ๐๐ฎ๐จ๐ค๐๐ **kundeservice** ๐ผ๐ ๐ผ๐จ๐จ๐๐จ๐ฉ๐๐ฃ๐ฉ!๐๐
|
5 |
|
6 |
+
### Description
|
7 |
+
|
8 |
+
This codebase defines an application using the chainlit framework to act as a chatbot (assistant) interface for Daysoff Kundeservice. The Assistant specifically
|
9 |
+
help users with retrieving information associated with their booking IDs. Therefore, please have your booking id (<bestillingskode>โ๐ฝ) ready.
|
10 |
|
11 |
|
12 |
*Changelog* ๐ฌ
|
13 |
|
14 |
+
- refactored POST request handling
|
15 |
+
- replaced RequestsPostTool with requests library
|
16 |
+
- async compatibility with asyncio.to_thread
|
17 |
+
- improved fallback LLM chain logic
|
18 |
+
- markdown table for booking info display
|
19 |
+
|