Hi everyone, can we force an agent to use a tool o...
# koog-agentic-framework
s
Hi everyone, can we force an agent to use a tool on a specific step of the workflow? I tried doing this but sometimes is not calling the tool
Copy code
forwardTo executeToolCall onToolCall { it.tool == "writeFilesTool" }
a
Hi, you can use nodeLLMSendMessageForceOneTool for that
👍 1
s
thanks!