Uses of Interface
io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig
Packages that use OciGenAiCohereChatModelConfig
Package
Description
Provides integration with OCI GenAi models.
-
Uses of OciGenAiCohereChatModelConfig in io.helidon.integrations.langchain4j.providers.oci.genai
Classes in io.helidon.integrations.langchain4j.providers.oci.genai with type parameters of type OciGenAiCohereChatModelConfigModifier and TypeClassDescriptionstatic class
OciGenAiCohereChatModelConfig.BuilderBase<BUILDER extends OciGenAiCohereChatModelConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends OciGenAiCohereChatModelConfig> Fluent API builder base forOciGenAiCohereChatModelConfig
.Classes in io.helidon.integrations.langchain4j.providers.oci.genai that implement OciGenAiCohereChatModelConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.langchain4j.providers.oci.genai that return OciGenAiCohereChatModelConfigModifier and TypeMethodDescriptionOciGenAiCohereChatModelConfig.Builder.build()
OciGenAiCohereChatModelConfig.Builder.buildPrototype()
OciGenAiCohereChatModelConfig.create()
Create a new instance with default values.Deprecated.Create a new instance from configuration.Methods in io.helidon.integrations.langchain4j.providers.oci.genai with parameters of type OciGenAiCohereChatModelConfigModifier and TypeMethodDescriptionOciGenAiCohereChatModelConfig.builder
(OciGenAiCohereChatModelConfig instance) Create a new fluent API builder from an existing instance.OciGenAiCohereChatModelConfig.BuilderBase.from
(OciGenAiCohereChatModelConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)