Xin Wang a6777a827b Add text chunking functionality to chat endpoint
- Introduced SentenceTextChunker and SentenceTextChunkerConfig for improved text processing in chat responses.
- Updated chat endpoint to conditionally use text chunking based on the new 'useTextChunk' parameter from the request.
- Enhanced logging to include 'useTextChunk' status and adjusted text delta handling to support chunked responses.
- Modified ProcessRequest_chat model to include 'useTextChunk' field for request handling.
- Added unit tests for SentenceTextChunker to ensure correct chunking behavior and edge case handling.
2026-06-17 14:18:24 +08:00
2026-06-02 17:28:49 +08:00
2026-06-03 12:36:18 +08:00
2026-01-08 16:22:25 +08:00
2025-06-20 10:03:39 +08:00
2025-04-29 15:03:02 +08:00
Description
No description provided
12 MiB
Languages
Python 66.3%
JavaScript 19.9%
CSS 9.3%
HTML 4.5%