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