langchain/libs/core/langchain_core/messages
Jacob Lee bcbb43480c
core[patch]: Treat type as a special field when merging lists (#22750)
Should we even log a warning? At least for Anthropic, it's expected to
get e.g. `text_block` followed by `text_delta`.

@ccurme @baskaryan @efriis
2024-06-13 15:08:24 -07:00
..
__init__.py core[patch]: Fix imports defined in messages sub-package (#20500) 2024-04-16 14:19:51 +00:00
ai.py core[patch]: Update remaining root_validators (#22829) 2024-06-12 14:47:40 -04:00
base.py core[patch]: Treat type as a special field when merging lists (#22750) 2024-06-13 15:08:24 -07:00
chat.py core: Assign missing message ids in BaseChatModel (#19863) 2024-04-02 01:18:36 +00:00
function.py core: Assign missing message ids in BaseChatModel (#19863) 2024-04-02 01:18:36 +00:00
human.py infra: rm unused # noqa violations (#22049) 2024-05-22 15:21:08 -07:00
system.py infra: rm unused # noqa violations (#22049) 2024-05-22 15:21:08 -07:00
tool.py remove placeholder error message (#20340) 2024-04-26 13:48:48 +00:00
utils.py core[patch]: Fixes for convert_messages (#21207) 2024-05-02 16:55:42 +00:00