Uses of Class
org.springframework.ai.oci.cohere.OCICohereChatOptions
Packages that use OCICohereChatOptions
Package
Description
-
Uses of OCICohereChatOptions in org.springframework.ai.autoconfigure.oci.genai
Methods in org.springframework.ai.autoconfigure.oci.genai that return OCICohereChatOptionsMethods in org.springframework.ai.autoconfigure.oci.genai with parameters of type OCICohereChatOptionsModifier and TypeMethodDescriptionvoid
OCICohereChatModelProperties.setOptions
(OCICohereChatOptions options) -
Uses of OCICohereChatOptions in org.springframework.ai.oci.cohere
Fields in org.springframework.ai.oci.cohere declared as OCICohereChatOptionsModifier and TypeFieldDescriptionprotected OCICohereChatOptions
OCICohereChatOptions.Builder.chatOptions
Methods in org.springframework.ai.oci.cohere that return OCICohereChatOptionsModifier and TypeMethodDescriptionOCICohereChatOptions.Builder.build()
static OCICohereChatOptions
OCICohereChatOptions.fromOptions
(OCICohereChatOptions fromOptions) Methods in org.springframework.ai.oci.cohere with parameters of type OCICohereChatOptionsModifier and TypeMethodDescriptionstatic OCICohereChatOptions
OCICohereChatOptions.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)