camparchimedes commited on
Commit
0561906
ยท
verified ยท
1 Parent(s): e7058ea

Update chainlit.md

Browse files
Files changed (1) hide show
  1. 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 the Daysoff Customer Service AI Assistant!๐Ÿ˜Š๐Ÿ‘‹
5
 
6
- ### Quick Tip:
7
-
8
- When asking about booking details, please have your <bestillingskode> readyโœ๐Ÿฝ
 
9
 
10
 
11
  *Changelog* ๐Ÿ’ฌ
12
 
13
- Change from APIChain to EnhancedRequestsPostTool was heisted by the need to handle POST requests.
14
-
15
- APIChain internally was responsible for URL construction, API interaction, and response formatting;
16
-
17
- ๐™€๐™ฃ๐™๐™–๐™ฃ๐™˜๐™š๐™™๐™๐™š๐™ฆ๐™ช๐™š๐™จ๐™ฉ๐™จ๐™‹๐™ค๐™จ๐™ฉ๐™๐™ค๐™ค๐™ก is here a class for POST requests handling.
18
- Routing mechanisms for prompts (api_url_prompt+api_response_prompt) remain and are being used across distinct components.
 
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
+