public static class RagToolConfig.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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
|
public RagToolConfig.Builder knowledgeBaseConfigs(List<KnowledgeBaseConfig> knowledgeBaseConfigs)
The KnowledgeBase configurations that this RAG Tool uses
knowledgeBaseConfigs
- the value to setpublic RagToolConfig.Builder generationLlmCustomization(LlmCustomization generationLlmCustomization)
public RagToolConfig build()
public RagToolConfig.Builder copy(RagToolConfig model)
Copyright © 2016–2025. All rights reserved.