mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
c08e34cbcc
Tool call messages disappeared after page refresh because messageToChat() filtered out messages without text content. Added convertMessagesToChats() to merge consecutive assistant(tool_calls) + tool(results) + assistant(text) into a single ChatMessage with ToolCallBlocks.