[AI] Add tool-use support for Template AI models - #8004
Conversation
Introduced new types `TemplateTool`, `TemplateFunctionDeclaration`, `TemplateAutoFunctionDeclaration`, and `TemplateToolConfig` to enable tool use with template-based generative models. Testing done manually, internal gpaste/4988758618406912
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
📝 PRs merging into main branchOur main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released. |
It includes changes from the deprecation change
|
The public api surface has changed for the subproject ai-logic_firebase-ai: Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly. |
1 similar comment
|
The public api surface has changed for the subproject ai-logic_firebase-ai: Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly. |
Introduced new types
TemplateTool,TemplateFunctionDeclaration,TemplateAutoFunctionDeclaration, andTemplateToolConfigto enable tool use with template-based generative models.Testing done manually, internal gpaste/4988758618406912