Hi everyone!
I’m able to collect inputs from the user and send them via the API, making sure that the right data is being sent during each workflow call.
However, everytime the response comes back with the same output, one that was generated in some previous call.
Anyone experience similar problem?
Hey! Just to confirm, once you make the API call, you are getting the response from the previous thread?
Are you checking the agent debugger? Are you sending the correct inputs for each subsequent run?
Figured out that I need to change the prompt to include “$launchvariable->”
This has fixed the current problem.
1 Like