We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcd933 commit 9efa918Copy full SHA for 9efa918
CHANGELOG.md
@@ -13,14 +13,14 @@ Nothing unreleased yet!
13
### Added
14
15
- `@cl.on_file_upload` to enable spontaneous file uploads
16
-- All Langchain LLMs should be supported in the Prompt Playground
+- `LangchainGenericProvider` to add any Langchain LLM in the Prompt Playground
17
- `cl.Message` content now support dict (previously only supported string)
18
- Long messages are now collapsed by default
19
20
### Fixed
21
22
- Deadlock in the Llama Index callback handler
23
-- Langchain MessagesPlaceholder are now correctly supported
+- Langchain MessagesPlaceholder and FunctionMessage are now correctly supported
24
25
## [0.6.3] - 2023-08-22
26
0 commit comments