You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Centralize model feature configuration and remove Google Search toggle
* Use client-side config for model features and badges
- Replace hardcoded feature flags with model.tags and clientSideConfig
- Add SEARCH and IMAGE badge display based on model configuration
- Update ModelSelectField to use model.tags for BYOK status
* Remove Google Search toggle functionality
- Remove isGoogleSearchEnabled parameter from interfaces and components
- Clean up related code in ChatBuilder, HumanMessageEditor, and Transcript
- Remove chat/google-search message protocol
- Delete isGeminiFlash2Model utility function
* Simplify feature management in Google Chat client
- Determine tools array from model's clientSideConfig
- Conditionally render UploadImageButton based on googleImage config
- Update Model type to include tags property
This consolidates feature flag logic within model configuration for easier maintenance.
0 commit comments