langchain/libs/core/langchain_core/messages
Bagatur a6d1fb4275
core[patch]: introduce ToolMessage.status (#24628)
Anthropic models (including via Bedrock and other cloud platforms)
accept a status/is_error attribute on tool messages/results
(specifically in `tool_result` content blocks for Anthropic API). Adding
a ToolMessage.status attribute so that users can set this attribute when
using those models
2024-07-29 14:01:53 -07:00
..
__init__.py core: add RemoveMessage (#23636) 2024-06-28 14:40:02 -07:00
ai.py core[patch]: fix ToolCall "type" when streaming (#24218) 2024-07-13 08:59:03 -07:00
base.py core[patch]: merge_content fix (#24526) 2024-07-22 22:20:22 -07:00
chat.py core: docstrings messages (#23788) 2024-07-03 11:25:00 -04:00
function.py core: docstrings messages (#23788) 2024-07-03 11:25:00 -04:00
human.py core: docstrings messages (#23788) 2024-07-03 11:25:00 -04:00
modifier.py core: docstrings messages (#23788) 2024-07-03 11:25:00 -04:00
system.py core: docstrings messages (#23788) 2024-07-03 11:25:00 -04:00
tool.py core[patch]: introduce ToolMessage.status (#24628) 2024-07-29 14:01:53 -07:00
utils.py core[patch]: allow message utils to work with lcel (#23743) 2024-07-15 08:58:05 -07:00