Uses of Class
com.google.genkit.ai.middleware.BaseGenerationMiddleware
Packages that use BaseGenerationMiddleware
Package
Description
Middleware plugin for Genkit providing higher-level generation building blocks.
-
Uses of BaseGenerationMiddleware in com.google.genkit.plugins.middleware
Subclasses of BaseGenerationMiddleware in com.google.genkit.plugins.middlewareModifier and TypeClassDescriptionclassFalls back to alternate models when the primary model fails.classRetries a failed model call with exponential backoff.classRewrites asystemmessage into a user/model exchange, for models that do not natively support system prompts.