Migrate gemini agents away from Untooled (#4505)

* Migrate gemini agents away from `Untooled`

* disable agents for gemma models as they are not supported for tool calling

* Dev build
resolve #4452 via function name prefix and then stripping within provider
This commit is contained in:
Timothy Carambat
2025-10-07 11:40:00 -07:00
committed by GitHub
parent cf3fbcbf0f
commit 0ee0a96506
2 changed files with 213 additions and 168 deletions

View File

@@ -6,7 +6,7 @@ concurrency:
on:
push:
branches: ['improve-url-handler-collector'] # put your current branch to create a build. Core team only.
branches: ['gemini-migration-agents'] # put your current branch to create a build. Core team only.
paths-ignore:
- '**.md'
- 'cloud-deployments/*'