Class RagToolConfig.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeaiagent.model.RagToolConfig.Builder
-
- Enclosing class:
- RagToolConfig
public static class RagToolConfig.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RagToolConfig
build()
RagToolConfig.Builder
copy(RagToolConfig model)
RagToolConfig.Builder
generationLlmCustomization(LlmCustomization generationLlmCustomization)
RagToolConfig.Builder
knowledgeBaseConfigs(List<KnowledgeBaseConfig> knowledgeBaseConfigs)
The KnowledgeBase configurations that this RAG Tool uses
-
-
-
Method Detail
-
knowledgeBaseConfigs
public RagToolConfig.Builder knowledgeBaseConfigs(List<KnowledgeBaseConfig> knowledgeBaseConfigs)
The KnowledgeBase configurations that this RAG Tool uses- Parameters:
knowledgeBaseConfigs
- the value to set- Returns:
- this builder
-
generationLlmCustomization
public RagToolConfig.Builder generationLlmCustomization(LlmCustomization generationLlmCustomization)
-
build
public RagToolConfig build()
-
copy
public RagToolConfig.Builder copy(RagToolConfig model)
-
-