Uses of Class
io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
Packages that use OpenAiStreamingChatModelConfig.BuilderBase
Package
Description
Provides integration with OpenAi models.
-
Uses of OpenAiStreamingChatModelConfig.BuilderBase in io.helidon.integrations.langchain4j.providers.openai
Classes in io.helidon.integrations.langchain4j.providers.openai with type parameters of type OpenAiStreamingChatModelConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
OpenAiStreamingChatModelConfig.BuilderBase<BUILDER extends OpenAiStreamingChatModelConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends OpenAiStreamingChatModelConfig> Fluent API builder base forOpenAiStreamingChatModelConfig
.Subclasses of OpenAiStreamingChatModelConfig.BuilderBase in io.helidon.integrations.langchain4j.providers.openaiModifier and TypeClassDescriptionstatic class
Fluent API builder forOpenAiStreamingChatModelConfig
.Methods in io.helidon.integrations.langchain4j.providers.openai with parameters of type OpenAiStreamingChatModelConfig.BuilderBaseModifier and TypeMethodDescriptionOpenAiStreamingChatModelConfig.BuilderBase.from
(OpenAiStreamingChatModelConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.integrations.langchain4j.providers.openai with parameters of type OpenAiStreamingChatModelConfig.BuilderBaseModifierConstructorDescriptionprotected
Create an instance providing a builder.