🐛 Bug 修复
- 修复 `_convert_streaming_chunks_to_chat_message`,该函数用于将 Haystack `StreamingChunks` 转换为 Haystack `ChatMessage`。此修复解决了当一个 StreamingChunk 在 StreamingChunk.tool_calls 中包含两个 `ToolCallDetlas` 的情况。通过此修复,它将正确保存两个 `ToolCallDeltas`,而之前它们会相互覆盖。由于 Mistral(而不是 OpenAI)等 LLM 提供商返回工具调用的方式不同,这种情况仅发生在某些 LLM 提供商那里。
