mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
docs(config): Fixes tool_functions, which is a config-based sample for using tools
PiperOrigin-RevId: 794652291
This commit is contained in:
committed by
Copybara-Service
parent
c52f956433
commit
c5af44cfc0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user