Package | Description |
---|---|
com.oracle.bmc.generativeaiinference.model |
Modifier and Type | Method and Description |
---|---|
Citation |
Citation.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Citation> |
CohereChatResponse.getCitations()
Inline citations for the generated response.
|
Modifier and Type | Method and Description |
---|---|
Citation.Builder |
Citation.Builder.copy(Citation model) |
Modifier and Type | Method and Description |
---|---|
CohereChatResponse.Builder |
CohereChatResponse.Builder.citations(List<Citation> citations)
Inline citations for the generated response.
|
Constructor and Description |
---|
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.