-
|
I have some LlmAgents as workflow nodes roughly as follows: Ideally the user would only see an output event from the Is it possible to suppress this output somehow? |
Beta Was this translation helpful? Give feedback.
Answered by
boyangsvl
Jun 4, 2026
Replies: 1 comment 1 reply
-
|
The event list is meant for recording everything that happened. You can filter based on node path at call site to identify the final output. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
markns
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The event list is meant for recording everything that happened. You can filter based on node path at call site to identify the final output.