Add return_keys
parameter for Send
to filter returned state
#30386
Closed
nick-youngblut
announced in
Ideas
Replies: 1 comment
-
I've moved this to the LangGraph discussion board: #30386 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
It would be helpful to filter the returned state from Send to certain state variables (e.g., just
messages
) versus having to return the entire state for each sub-workflow called bySend
.Motivation
While there is probably an existing way to filter the state returned from each
Send
call, the docs do not describe this.Including such a filtering parameter directly in
Send
would make it easy for anyone to quickly filter the returned state from each sub-workflow.Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions