Uses of Interface
io.helidon.integrations.langchain4j.AiServicesConfig
Packages that use AiServicesConfig
-
Uses of AiServicesConfig in io.helidon.integrations.langchain4j
Classes in io.helidon.integrations.langchain4j with type parameters of type AiServicesConfigModifier and TypeClassDescriptionstatic classAiServicesConfig.BuilderBase<BUILDER extends AiServicesConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends AiServicesConfig> Fluent API builder base forAiServicesConfig.Classes in io.helidon.integrations.langchain4j that implement AiServicesConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.langchain4j that return AiServicesConfigModifier and TypeMethodDescriptionAiServicesConfig.Builder.build()AiServicesConfig.Builder.buildPrototype()static AiServicesConfigAiServicesConfig.create()Create a new instance with default values.static AiServicesConfigDeprecated.static AiServicesConfigCreate a new instance from configuration.Methods in io.helidon.integrations.langchain4j with parameters of type AiServicesConfigModifier and TypeMethodDescriptionstatic AiServicesConfig.BuilderAiServicesConfig.builder(AiServicesConfig instance) Create a new fluent API builder from an existing instance.AiServicesConfig.BuilderBase.from(AiServicesConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)