Package | Description |
---|---|
com.oracle.bmc.generativeaiagentruntime.model |
Modifier and Type | Method and Description |
---|---|
static Citation.Builder |
Citation.builder()
Create a new builder.
|
Citation.Builder |
Citation.Builder.copy(Citation model) |
Citation.Builder |
Citation.Builder.docId(String docId)
The id of the retrieved document, if available.
|
Citation.Builder |
Citation.Builder.pageNumbers(List<Integer> pageNumbers)
The page numbers on the retrieved document, if available.
|
Citation.Builder |
Citation.Builder.sourceLocation(SourceLocation sourceLocation) |
Citation.Builder |
Citation.Builder.sourceText(String sourceText)
The text that’s the source for the agent’s response.
|
Citation.Builder |
Citation.Builder.title(String title)
The title of the source text, if available.
|
Citation.Builder |
Citation.toBuilder() |
Copyright © 2016–2024. All rights reserved.