Files
langchaingo/llms/cache
Dmitry Ng b2e8ae1009 feat: enhance streaming functionality with done chunk handling
- Added support for a new chunk type, ChunkTypeDone, to signal the completion of streaming sessions.
- Updated various examples and tests to handle the new done chunk, ensuring proper signaling of stream completion.
- Refactored streaming functions to include calls to CallWithDone, improving the clarity and reliability of streaming responses.
- Enhanced documentation to reflect the changes in chunk types and their usage in streaming contexts.
2025-06-23 21:09:44 +03:00
..