1.1.306-fix
版本发布时间: 2024-07-03 20:07:27
Chainlit/chainlit最新发布版本:1.2.0rc0(2024-09-18 20:40:19)
Added
- Messages are now editable. You can disable this feature with
config.features.edit_message = false
-
cl.chat_context
to help keeping track of the messages of the current thread - You can now enable debug_mode when mounting Chainlit as a sub app by setting the
CHAINLIT_DEBUG
totrue
.
Fixed
- Message are now collapsible if too long
- Only first level tool calls are displayed
- OAuth redirection when mounting Chainlit on a FastAPI app should now work
- The Langchain callback handler should better capture chain runs
- The Llama Index callback handler should now work with other decorators