mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-20 06:35:46 +02:00
* Cleaning up the underlying tool injection logic which is happening in multiple locations. * State was being injected into the ToolCall via Send in two places in create react agent and the logic doesn't belong there, the actual injection should be happening inside the ToolNode where there's awareness of what run time parameters the tool accepts. Change is required to unblock: https://github.com/langchain-ai/langgraph/pull/5537