Uses of Interface
io.helidon.integrations.langchain4j.providers.gemini.GoogleAiGeminiStreamingChatModelConfig
Packages that use GoogleAiGeminiStreamingChatModelConfig
Package
Description
Provides integration with Google Gemini models.
-
Uses of GoogleAiGeminiStreamingChatModelConfig in io.helidon.integrations.langchain4j.providers.gemini
Classes in io.helidon.integrations.langchain4j.providers.gemini with type parameters of type GoogleAiGeminiStreamingChatModelConfigModifier and TypeClassDescriptionstatic classGoogleAiGeminiStreamingChatModelConfig.BuilderBase<BUILDER extends GoogleAiGeminiStreamingChatModelConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends GoogleAiGeminiStreamingChatModelConfig> Fluent API builder base forGoogleAiGeminiStreamingChatModelConfig.Classes in io.helidon.integrations.langchain4j.providers.gemini that implement GoogleAiGeminiStreamingChatModelConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.langchain4j.providers.gemini that return GoogleAiGeminiStreamingChatModelConfigModifier and TypeMethodDescriptionGoogleAiGeminiStreamingChatModelConfig.Builder.build()GoogleAiGeminiStreamingChatModelConfig.Builder.buildPrototype()GoogleAiGeminiStreamingChatModelConfig.create()Create a new instance with default values.Deprecated.Create a new instance from configuration.Methods in io.helidon.integrations.langchain4j.providers.gemini with parameters of type GoogleAiGeminiStreamingChatModelConfigModifier and TypeMethodDescriptionGoogleAiGeminiStreamingChatModelConfig.builder(GoogleAiGeminiStreamingChatModelConfig instance) Create a new fluent API builder from an existing instance.GoogleAiGeminiStreamingChatModelConfig.BuilderBase.from(GoogleAiGeminiStreamingChatModelConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)