Uses of Class
com.oracle.bmc.generativeaiinference.model.CohereResponseFormat
-
Packages that use CohereResponseFormat Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of CohereResponseFormat in com.oracle.bmc.generativeaiinference.model
Subclasses of CohereResponseFormat in com.oracle.bmc.generativeaiinference.model Modifier and Type Class Description class
CohereResponseJsonFormat
The json object format for the model structured output
Note: Objects should always be created or deserialized using theCohereResponseJsonFormat.Builder
.class
CohereResponseTextFormat
The text format for cohere model response
Note: Objects should always be created or deserialized using theCohereResponseTextFormat.Builder
.Methods in com.oracle.bmc.generativeaiinference.model that return CohereResponseFormat Modifier and Type Method Description CohereResponseFormat
CohereChatRequest. getResponseFormat()
Methods in com.oracle.bmc.generativeaiinference.model with parameters of type CohereResponseFormat Modifier and Type Method Description CohereChatRequest.Builder
CohereChatRequest.Builder. responseFormat(CohereResponseFormat responseFormat)
Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type CohereResponseFormat Constructor Description CohereChatRequest(String message, List<CohereMessage> chatHistory, List<Object> documents, CohereResponseFormat responseFormat, Boolean isSearchQueriesOnly, String preambleOverride, Boolean isStream, Integer maxTokens, Integer maxInputTokens, Double temperature, Integer topK, Double topP, CohereChatRequest.PromptTruncation promptTruncation, Double frequencyPenalty, Double presencePenalty, Integer seed, Boolean isEcho, List<CohereTool> tools, List<CohereToolResult> toolResults, Boolean isForceSingleStep, List<String> stopSequences, Boolean isRawPrompting, CohereChatRequest.CitationQuality citationQuality)
Deprecated.
-