I am creating my first AI-agent, and have input prompt going into block, but looking at the logs, it seems to be calling LLM with the same prompt / data multiple times. What is it doing, and what do I need to do to fix this?
In general I understand what you are saying, but in my case, I don’t have any tools hooked up to it, and I am looking at my openai logs, and see the input is exactly the same each time.
Perhaps your workflow is somehow running multiple items. Can you copy and paste your workflow here? Without that, we’re all just guessing.
EP
It just says there is 1 item as input. I was able to work around the issue by setting the “Max Interations” of the AI agent to 1.
I take that back, it still called it 3 times my last run, and it also timed out after 907 seconds, even though I have the OpenAI timeout set to 3600000ms
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.