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 am using the js lib and am wondering how I can get the output of each prompt just before its sent to the llm? Im using the ZeroShotAgent and the AgentExecutor.
It seems that the call method on the AgentExecutor instance only returns the output where in other setup ive also been able to at least see some sort of log for the steps. What Im really after are the prompts through.
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the js lib and am wondering how I can get the output of each prompt just before its sent to the llm? Im using the ZeroShotAgent and the AgentExecutor.
It seems that the call method on the AgentExecutor instance only returns the output where in other setup ive also been able to at least see some sort of log for the steps. What Im really after are the prompts through.
Beta Was this translation helpful? Give feedback.
All reactions