Join Slack
Powered by
Hi everyone, can we force an agent to use a tool o...
# koog-agentic-framework
s
Sergi Aguilar
09/10/2025, 4:18 PM
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
Andrey Bragin
09/10/2025, 8:32 PM
Hi, you can use
nodeLLMSendMessageForceOneTool
for that
👍 1
s
Sergi Aguilar
09/11/2025, 7:29 AM
thanks!
2
Views
Open in Slack
Previous
Next