Uses of Class
org.springframework.ai.oci.cohere.OCICohereChatOptions.Builder
-
Uses of OCICohereChatOptions.Builder in org.springframework.ai.oci.cohere
Modifier and TypeMethodDescriptionstatic OCICohereChatOptions.Builder
OCICohereChatOptions.builder()
OCICohereChatOptions.Builder.compartment
(String compartment) OCICohereChatOptions.Builder.frequencyPenalty
(Double frequencyPenalty) OCICohereChatOptions.Builder.preambleOverride
(String preambleOverride) OCICohereChatOptions.Builder.presencePenalty
(Double presencePenalty) OCICohereChatOptions.Builder.servingMode
(String servingMode) OCICohereChatOptions.Builder.temperature
(Double temperature) OCICohereChatOptions.Builder.tools
(List<com.oracle.bmc.generativeaiinference.model.CohereTool> tools)