Skip to content

Commit c5af44c

Browse files
Jacksunweicopybara-github
authored andcommitted
docs(config): Fixes tool_functions, which is a config-based sample for using tools
PiperOrigin-RevId: 794652291
1 parent c52f956 commit c5af44c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/samples/tool_functions/root_agent.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ instruction: |
1919
You should always perform the previous 3 steps when asking for a roll and checking prime numbers.
2020
You should not rely on the previous history on prime results.
2121
tools:
22-
- name: tools.tools.roll_die
23-
- name: tools.tools.check_prime
22+
- name: tool_functions.tools.roll_die
23+
- name: tool_functions.tools.check_prime

0 commit comments

Comments
 (0)