Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.RagToolOutput.Builder
-
Packages that use RagToolOutput.Builder Package Description com.oracle.bmc.generativeaiagentruntime.model -
-
Uses of RagToolOutput.Builder in com.oracle.bmc.generativeaiagentruntime.model
Methods in com.oracle.bmc.generativeaiagentruntime.model that return RagToolOutput.Builder Modifier and Type Method Description static RagToolOutput.Builder
RagToolOutput. builder()
Create a new builder.RagToolOutput.Builder
RagToolOutput.Builder. citations(List<Citation> citations)
Citations to data sources used for tool’s generated answer.RagToolOutput.Builder
RagToolOutput.Builder. copy(RagToolOutput model)
RagToolOutput.Builder
RagToolOutput.Builder. paragraphCitations(List<ParagraphCitation> paragraphCitations)
A list of citations used to generate the paragraphs of the tool’s generated answer.RagToolOutput.Builder
RagToolOutput.Builder. text(String text)
Specifies the generated answer from the RAG tool.RagToolOutput.Builder
RagToolOutput. toBuilder()
RagToolOutput.Builder
RagToolOutput.Builder. toolId(String toolId)
RagToolOutput.Builder
RagToolOutput.Builder. toolName(String toolName)
-