langchain/libs/core/langchain_core/messages
Ryan Kraus b3c3b58f2c
core[patch]: Fixed bug in dict to message conversion. (#17023)
- **Description**: We discovered a bug converting dictionaries to
messages where the ChatMessageChunk message type isn't handled. This PR
adds support for that message type.
- **Issue**: #17022 
- **Dependencies**: None
- **Twitter handle**: None
2024-02-05 10:13:25 -08:00
..
__init__.py core[patch]: Fixed bug in dict to message conversion. (#17023) 2024-02-05 10:13:25 -08:00
ai.py manual mapping (#14422) 2023-12-08 16:29:33 -08:00
base.py core[patch]: Message content as positional arg (#16921) 2024-02-02 10:24:02 -08:00
chat.py manual mapping (#14422) 2023-12-08 16:29:33 -08:00
function.py manual mapping (#14422) 2023-12-08 16:29:33 -08:00
human.py manual mapping (#14422) 2023-12-08 16:29:33 -08:00
system.py manual mapping (#14422) 2023-12-08 16:29:33 -08:00
tool.py manual mapping (#14422) 2023-12-08 16:29:33 -08:00