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
I have a custom agent executor that uses a tool to solve certain questions. The tool is a chain that knows how to solve and interpret the question, so it returns directly. Therefore I'd like that the input to this chain is the original input to the Agent executor, not its "interpretation" of what the input should be. By letting the latter, some details are lost and the reply of the tool is not totally accurate.
I have been experimenting with a memory so I have a shared piece of knowledge exchanged between the chain and the agent executor, but the problem is becoming overly complicated, with custom and complicated prompt generation... so I'm guessing there must be an easier way to do this. Is there?
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
-
I have a custom agent executor that uses a tool to solve certain questions. The tool is a chain that knows how to solve and interpret the question, so it returns directly. Therefore I'd like that the input to this chain is the original input to the Agent executor, not its "interpretation" of what the input should be. By letting the latter, some details are lost and the reply of the tool is not totally accurate.
I have been experimenting with a memory so I have a shared piece of knowledge exchanged between the chain and the agent executor, but the problem is becoming overly complicated, with custom and complicated prompt generation... so I'm guessing there must be an easier way to do this. Is there?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions