langchain/libs/core/langchain_core/messages
Bagatur 6928f4c438
core[minor]: Add ToolMessage.raw_output (#23994)
Decisions to discuss:
1.  is a new attr needed or could additional_kwargs be used for this
2. is raw_output a good name for this attr
3. should raw_output default to {} or None
4. should raw_output be included in serialization
5. do we need to update repr/str to  exclude raw_output
2024-07-10 20:11:10 +00:00
..
__init__.py core: add RemoveMessage (#23636) 2024-06-28 14:40:02 -07:00
ai.py core: Move json parsing in base chat model / output parser to bg thread (#24031) 2024-07-09 12:26:36 -07:00
base.py core: Move json parsing in base chat model / output parser to bg thread (#24031) 2024-07-09 12:26:36 -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[minor]: Add ToolMessage.raw_output (#23994) 2024-07-10 20:11:10 +00:00
utils.py core[minor]: Add ToolMessage.raw_output (#23994) 2024-07-10 20:11:10 +00:00