mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-26 16:43:35 +00:00
nit
This commit is contained in:
parent
6b0a849f59
commit
9e906c39ba
@ -50,7 +50,6 @@ class PutLocalVar(RunnablePassthrough):
|
||||
"PutLocalVar should only be used in a RunnableSequence, and should "
|
||||
"therefore always receive a non-null config."
|
||||
)
|
||||
print(config)
|
||||
if isinstance(self.key, str):
|
||||
if self.key not in config["_locals"]:
|
||||
config["_locals"][self.key] = input
|
||||
|
Loading…
Reference in New Issue
Block a user