mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-22 09:35:07 +02:00
Return input from RunnablePublisherEach
This commit is contained in:
@@ -158,6 +158,7 @@ class RunnablePublisherEach(RunnablePublisher[Sequence[T]]):
|
||||
) -> Sequence[T]:
|
||||
for item in input:
|
||||
super().invoke(item, config)
|
||||
return input
|
||||
|
||||
|
||||
class RunnableCurrentValue(Serializable, Runnable[Any, T]):
|
||||
|
||||
Reference in New Issue
Block a user