Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | < 22 hours ago | 481 Bytes | |
v2.15.1 source code.tar.gz | < 22 hours ago | 7.3 MB | |
v2.15.1 source code.zip | < 22 hours ago | 8.0 MB | |
Totals: 3 Items | 15.3 MB | 0 |
Bug Fixes
- Fix
_convert_streaming_chunks_to_chat_message
which is used to convert HaystackStreamingChunks
into a HaystackChatMessage
. This fixes the scenario where one StreamingChunk contains twoToolCallDetlas
in StreamingChunk.tool_calls. With this fix this correctly saves bothToolCallDeltas
whereas before they were overwriting each other. This only occurs with some LLM providers like Mistral (and not OpenAI) due to how the provider returns tool calls.