Uses of Class
com.google.genkit.plugins.anthropic.AnthropicPluginOptions
Packages that use AnthropicPluginOptions
-
Uses of AnthropicPluginOptions in com.google.genkit.plugins.anthropic
Methods in com.google.genkit.plugins.anthropic that return AnthropicPluginOptionsModifier and TypeMethodDescriptionAnthropicPluginOptions.Builder.build()AnthropicPlugin.getOptions()Gets the plugin options.Constructors in com.google.genkit.plugins.anthropic with parameters of type AnthropicPluginOptionsModifierConstructorDescriptionAnthropicModel(String modelName, AnthropicPluginOptions options) Creates a new AnthropicModel.AnthropicPlugin(AnthropicPluginOptions options) Creates an AnthropicPlugin with the specified options.