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
Fix Embedder Schemas & Migrate Default Embedding Model
- Fixed missing output schema in Dev UI for embedder actions by explicitly setting input_schema and output_schema on Action objects.
- Added default sampleInput to embedder actions for easier testing.
- Resolved a deadlock in registry.py affecting dotprompt schema resolution (switched to async).
- Migrated default embedding model references from text-embedding-004 to gemini-embedding-001 across plugins, samples, and tests due to model deprecation/availability.
- Fixed a redundant cast lint warning in _aio.py.
0 commit comments