Replies: 1 comment 1 reply
-
🤖 Hi @scottsuhy, good to see you again! From your description, it seems like the The If the Without seeing the specific code you're using to call the Looking forward to your response! Sources
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
Beta Was this translation helpful? Give feedback.
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 am trying to see if I can successfully use PlanAndExecuteAgentExecutor, so I am doing a test with the code below. What I am finding is that I am going through the Dynamic function GETSTOCKPRICE (used this documentation) more than once for some reason, and I don't know why...
Here is the sample code i updated (from here). I did notice that "call" was marked as @depricated in base.js -- is there a better way to kick off the plan? from base.js:
my code:
here is functions.js:
here is the console.log (if you search for ">>>>>>>>>>>>>>randomNum>>>>>>>>>>>>>>" you will see it goes through 2 time... but i've seen it go through even more):
what is strange is that it goes through the function 2x in the first step. here is the plan. i would think it would go through the function in the third step:
here is a second log:. I broke this one up by plan step.
Beta Was this translation helpful? Give feedback.
All reactions