Tags: Lucassssss/eechat
Tags
fix(chat): handle missing chunk data and update tool call finish reason Ensure the chat service continues processing when chunk data is incomplete and update the finish reason check in ToolCallMerger to include 'tool_use'. This prevents potential errors and ensures consistent behavior when handling tool calls.
refactor(rag): remove unused td import and update embedding dimension… … handling The `td` import was unused and has been removed from DocumentTable.vue. The `embedding_dimension` type in rag.ts was changed to `any` to handle dynamic values, and the value in SelectItem components was cast to String to ensure consistent type handling.
PreviousNext