How to clean state in agent? #32677
Unanswered
axiangcoding
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following state definition:
I used the
operator.add
annotation to enable parallel addition ofsingle_qa_result
entries. For example:However, at a certain node, I want to clear the entire single_qa_results list to start a new workflow. For example:
How can I achieve this?
Beta Was this translation helpful? Give feedback.
All reactions