You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
field2
First, the data goes to agent1, which is responsible for modifying field1 and adding to the messages. Then, it proceeds to agent2, which edits field2 before the process ends.
Could you provide an example of how to achieve this using a custom React agent? I'm finding it confusing. Additionally, the tool nodes for each agent are different.
I'm having trouble constructing a node framework that retrieves information from an LLM, updating only the specified fields. For instance, one LLM node should use information from an agent to add to messages and update field1, but not field2.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Imagine the state has three fields:
First, the data goes to agent1, which is responsible for modifying field1 and adding to the messages. Then, it proceeds to agent2, which edits field2 before the process ends.
Could you provide an example of how to achieve this using a custom React agent? I'm finding it confusing. Additionally, the tool nodes for each agent are different.
I'm having trouble constructing a node framework that retrieves information from an LLM, updating only the specified fields. For instance, one LLM node should use information from an agent to add to messages and update field1, but not field2.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions