Package | Description |
---|---|
com.oracle.bmc.generativeaiagentruntime.model |
Modifier and Type | Method and Description |
---|---|
ParagraphCitation |
ParagraphCitation.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ParagraphCitation> |
MessageContent.getParagraphCitations()
A list of citations used to generate the paragraphs of the agent message.
|
Modifier and Type | Method and Description |
---|---|
ParagraphCitation.Builder |
ParagraphCitation.Builder.copy(ParagraphCitation model) |
Modifier and Type | Method and Description |
---|---|
MessageContent.Builder |
MessageContent.Builder.paragraphCitations(List<ParagraphCitation> paragraphCitations)
A list of citations used to generate the paragraphs of the agent message.
|
Constructor and Description |
---|
MessageContent(String text,
List<Citation> citations,
List<ParagraphCitation> paragraphCitations)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.