mirror of
https://github.com/vxcontrol/langchaingo.git
synced 2026-07-21 00:45:22 -04:00
b2e8ae1009
- 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.