mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-08 02:37:52 +02:00
Fix typo: LastValue --> EphemeralValue.
This commit is contained in:
@@ -54,7 +54,7 @@ class EphemeralValue(Generic[Value], BaseChannel[Value, Value, Value]):
|
||||
finally:
|
||||
return
|
||||
if len(values) != 1 and self.guard:
|
||||
raise InvalidUpdateError("LastValue can only receive one value per step.")
|
||||
raise InvalidUpdateError("EphemeralValue can only receive one value per step.")
|
||||
|
||||
self.value = values[-1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user