Uses of Enum Class
com.google.genkit.plugins.middleware.ArtifactStrategy
Packages that use ArtifactStrategy
Package
Description
Middleware plugin for Genkit providing higher-level generation building blocks.
-
Uses of ArtifactStrategy in com.google.genkit.plugins.middleware
Methods in com.google.genkit.plugins.middleware that return ArtifactStrategyModifier and TypeMethodDescriptionAgentsOptions.getArtifactStrategy()Returns the artifact strategy.static ArtifactStrategyReturns the enum constant of this class with the specified name.static ArtifactStrategy[]ArtifactStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.genkit.plugins.middleware with parameters of type ArtifactStrategyModifier and TypeMethodDescriptionAgentsOptions.Builder.artifactStrategy(ArtifactStrategy artifactStrategy) Sets the artifact strategy (defaultINLINE).