From c5af44cfc0224e2f07ddc7a649a8561e7141fcdc Mon Sep 17 00:00:00 2001 From: "Wei Sun (Jack)" Date: Wed, 13 Aug 2025 11:01:14 -0700 Subject: [PATCH] docs(config): Fixes tool_functions, which is a config-based sample for using tools PiperOrigin-RevId: 794652291 --- contributing/samples/tool_functions/root_agent.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing/samples/tool_functions/root_agent.yaml b/contributing/samples/tool_functions/root_agent.yaml index 9ca3befc..5cbd64b3 100644 --- a/contributing/samples/tool_functions/root_agent.yaml +++ b/contributing/samples/tool_functions/root_agent.yaml @@ -19,5 +19,5 @@ instruction: | You should always perform the previous 3 steps when asking for a roll and checking prime numbers. You should not rely on the previous history on prime results. tools: - - name: tools.tools.roll_die - - name: tools.tools.check_prime + - name: tool_functions.tools.roll_die + - name: tool_functions.tools.check_prime