The thinking mode is not working and causing issues as you can see in the image, any solutions please?
Hi @elalamiimed, is the thinking tool attached in the AI agent?
From your error message, according to how you set your AI agent, you are supposed to provide it with a reasoning_content, thus an input it needs to use to think, you have failed to provide that content and that is why. I advise you to trace back to your main AI agent node (the orchestrator) and ensure that you provide it with the reasoning content: some prompt or message it needs to work with.
Instead of models like:
-
kimi-k2.6 -
reasoning models
-
o1/o3-style models
Use a standard chat model such as:
-
gpt-4.1-mini -
gpt-4.1 -
gpt-4o-mini

