Can you post the latest version of your script/automation yaml?
My issue was that I renamed the script and also changed the script ID. Apparently there is a bug where if you rename a script, Assist LLMs may lose the ability to access the script as a tool even if it looks exposed in the UI.
Duplicating my script, exposing the new one, deleting the old one fixed my problem.
I should also note, prior to release 2024.12, LLM assistants were not able to see script responses or variables. So this is a new feature.
The biggest difference between our setups is that I am using OpenAI whereas you are using Ollama – this thoeretically shouldn’t matter if everything else is working correctly.
The last thing I’ll suggest is trying to get this simple blueprint working with your LLM. If it does work, reverse engineer and see if you can apply the logic to your usecase.