Package | Description |
---|---|
com.oracle.bmc.generativeaiinference.model |
Modifier and Type | Method and Description |
---|---|
CohereToolCall |
CohereToolCall.Builder.build() |
CohereToolCall |
CohereToolResult.getCall() |
Modifier and Type | Method and Description |
---|---|
List<CohereToolCall> |
CohereChatResponse.getToolCalls()
A list of tool calls generated by the model.
|
List<CohereToolCall> |
CohereChatBotMessage.getToolCalls()
A list of tool calls generated by the model.
|
Modifier and Type | Method and Description |
---|---|
CohereToolResult.Builder |
CohereToolResult.Builder.call(CohereToolCall call) |
CohereToolCall.Builder |
CohereToolCall.Builder.copy(CohereToolCall model) |
Modifier and Type | Method and Description |
---|---|
CohereChatResponse.Builder |
CohereChatResponse.Builder.toolCalls(List<CohereToolCall> toolCalls)
A list of tool calls generated by the model.
|
CohereChatBotMessage.Builder |
CohereChatBotMessage.Builder.toolCalls(List<CohereToolCall> toolCalls)
A list of tool calls generated by the model.
|
Constructor and Description |
---|
CohereToolResult(CohereToolCall call,
List<Object> outputs)
Deprecated.
|
Constructor and Description |
---|
CohereChatBotMessage(String message,
List<CohereToolCall> toolCalls)
Deprecated.
|
CohereChatResponse(String text,
List<CohereMessage> chatHistory,
List<Citation> citations,
Boolean isSearchRequired,
CohereChatResponse.FinishReason finishReason,
String errorMessage,
List<SearchQuery> searchQueries,
List<Object> documents,
List<CohereToolCall> toolCalls,
String prompt)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.