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
Describe the bug
Models should be using ModelInfo and ModelInfoSupports to declare their feature support (via model metadata) and we should be throwing errors instead of silently not using the features when requested.
Describe the bug
Models should be using
ModelInfo
andModelInfoSupports
to declare their feature support (via model metadata) and we should be throwing errors instead of silently not using the features when requested.Example middleware for it in JS:
genkit/js/ai/src/model/middleware.ts
Line 95 in 8ca2fb4
The text was updated successfully, but these errors were encountered: