mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
docs: add comment explaining why non-search tools are preserved
This commit is contained in:
parent
26092f168b
commit
88de9ccdf8
1 changed files with 3 additions and 0 deletions
|
|
@ -662,6 +662,9 @@ class VertexGeminiConfig(VertexAIBaseConfig, BaseConfig):
|
|||
googleSearchRetrieval = None
|
||||
enterpriseWebSearch = None
|
||||
urlContext = None
|
||||
# Note: code_execution, computerUse, and googleMaps are NOT search
|
||||
# tools and CAN coexist with function declarations in separate Tool
|
||||
# objects, so they are intentionally preserved here.
|
||||
|
||||
# Function declarations can be grouped together in one Tool
|
||||
if gtool_func_declarations:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue