mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-18 19:32:21 -06:00
Update the usage of built-in code execution in documentation and sample agent.
PiperOrigin-RevId: 758997215
This commit is contained in:
committed by
Copybara-Service
parent
3686608f8d
commit
9c2358e2a5
@@ -200,8 +200,7 @@ class LlmAgent(BaseAgent):
|
||||
|
||||
Check out available code executions in `google.adk.code_executor` package.
|
||||
|
||||
NOTE: to use model's built-in code executor, don't set this field, add
|
||||
`google.adk.tools.built_in_code_execution` to tools instead.
|
||||
NOTE: to use model's built-in code executor, use the `BuiltInCodeExecutor`.
|
||||
"""
|
||||
# Advance features - End
|
||||
|
||||
|
||||
Reference in New Issue
Block a user