daysoff_assistant / chainlit.md
camparchimedes's picture
Update chainlit.md
f896c43 verified
|
raw
history blame
728 Bytes

image

Welcome to ๐˜ฟ๐™–๐™ฎ๐™จ๐™ค๐™›๐™› kundeservice ๐˜ผ๐™„ ๐˜ผ๐™จ๐™จ๐™ž๐™จ๐™ฉ๐™–๐™ฃ๐™ฉ๐Ÿ‘‹

This code defines an application using the Chainlit framework to act as a chat interface for Daysoff customer support. The Assistant specializes in

retrieving booking information based on booking IDs ()โœ๐Ÿฝ

Data pipeline: external API Stack: LangChain, OpenAI, Chainlit Platform: HF Spaces

Changelog ๐Ÿ‘พ

  • refactored POST request handling
  • replaced RequestsPostTool with requests library
  • async compatibility with asyncio.to_thread
  • improved fallback LLM chain logic
  • markdown table for booking info display