From ad03c784e5a413dc3130278759785f4a25cf63ae Mon Sep 17 00:00:00 2001 From: amithkoujalgi Date: Mon, 20 Oct 2025 23:37:53 +0530 Subject: [PATCH] Clarify Tool Functions section in agent documentation by removing redundant text in YAML registration instructions for Java classes. --- docs/docs/agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/agent.md b/docs/docs/agent.md index 0559adb8..af1bdc36 100644 --- a/docs/docs/agent.md +++ b/docs/docs/agent.md @@ -49,7 +49,7 @@ YAML makes it effortless to configure and tweak your agent’s powers and behavi ## Implement Tool Functions -Your agent calls out to Java classes (Tool Functions). Put these implementations on your classpath, register them in YAML, and your agent. +Your agent calls out to Java classes (Tool Functions). Put these implementations on your classpath, register them in YAML.