We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52f956 commit c5af44cCopy full SHA for c5af44c
contributing/samples/tool_functions/root_agent.yaml
@@ -19,5 +19,5 @@ instruction: |
19
You should always perform the previous 3 steps when asking for a roll and checking prime numbers.
20
You should not rely on the previous history on prime results.
21
tools:
22
- - name: tools.tools.roll_die
23
- - name: tools.tools.check_prime
+ - name: tool_functions.tools.roll_die
+ - name: tool_functions.tools.check_prime
0 commit comments