Files
langchaingo/docs/static
Dmitry Ng 712d720afd llms: add reasoning support for message content serialization
- Introduced reasoning content handling in MessageContent and ToolCall structures, allowing for the preservation of reasoning details during JSON marshaling and unmarshaling.
- Enhanced tests to validate the serialization and deserialization of message content with reasoning, covering various scenarios including text and tool call types.
- Updated marshaling logic to conditionally include reasoning data based on its presence, ensuring accurate representation in JSON format.
- Added new reasoning-related tests to ensure comprehensive coverage of the new functionality.
2026-02-02 21:57:04 +03:00
..