Uses of Class
org.springframework.ai.oci.cohere.OCICohereChatOptions
Packages that use OCICohereChatOptions
Package
Description
-
Uses of OCICohereChatOptions in org.springframework.ai.model.oci.genai.autoconfigure
Methods in org.springframework.ai.model.oci.genai.autoconfigure that return OCICohereChatOptionsMethods in org.springframework.ai.model.oci.genai.autoconfigure with parameters of type OCICohereChatOptionsModifier and TypeMethodDescriptionvoidOCICohereChatModelProperties.setOptions(OCICohereChatOptions options) -
Uses of OCICohereChatOptions in org.springframework.ai.oci.cohere
Fields in org.springframework.ai.oci.cohere declared as OCICohereChatOptionsModifier and TypeFieldDescriptionprotected OCICohereChatOptionsOCICohereChatOptions.Builder.chatOptionsMethods in org.springframework.ai.oci.cohere that return OCICohereChatOptionsModifier and TypeMethodDescriptionOCICohereChatOptions.Builder.build()static OCICohereChatOptionsOCICohereChatOptions.fromOptions(OCICohereChatOptions fromOptions) Methods in org.springframework.ai.oci.cohere with parameters of type OCICohereChatOptionsModifier and TypeMethodDescriptionstatic OCICohereChatOptionsOCICohereChatOptions.fromOptions(OCICohereChatOptions fromOptions) Constructors in org.springframework.ai.oci.cohere with parameters of type OCICohereChatOptionsModifierConstructorDescriptionBuilder(OCICohereChatOptions chatOptions) OCICohereChatModel(com.oracle.bmc.generativeaiinference.GenerativeAiInference genAi, OCICohereChatOptions options) OCICohereChatModel(com.oracle.bmc.generativeaiinference.GenerativeAiInference genAi, OCICohereChatOptions options, io.micrometer.observation.ObservationRegistry observationRegistry)