RunnablePassthrough.assign

llm
agent
langgraph
Author

Lawrence Wu

Published

August 27, 2024

I’m learning more about LangGraph and I didn’t know what RunnablePassthrough.assign was doing (I’ve seen this in some of the LangGraph tutorials). This page explains it really well: https://python.langchain.com/v0.1/docs/expression_language/primitives/assign/