Package | Description |
---|---|
com.oracle.bmc.generativeaiinference.model |
Modifier and Type | Method and Description |
---|---|
CohereTool |
CohereTool.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<CohereTool> |
CohereChatRequest.getTools()
A list of available tools (functions) that the model may suggest invoking before producing a
text response.
|
Modifier and Type | Method and Description |
---|---|
CohereTool.Builder |
CohereTool.Builder.copy(CohereTool model) |
Modifier and Type | Method and Description |
---|---|
CohereChatRequest.Builder |
CohereChatRequest.Builder.tools(List<CohereTool> tools)
A list of available tools (functions) that the model may suggest invoking before
producing a text response.
|
Constructor and Description |
---|
CohereChatRequest(String message,
List<CohereMessage> chatHistory,
List<Object> documents,
Boolean isSearchQueriesOnly,
String preambleOverride,
Boolean isStream,
Integer maxTokens,
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.
|
Copyright © 2016–2024. All rights reserved.