Class KnowledgeBaseConfig
The KnowledgeBase configuration this RAG Tool uses.
Inherited Members
Namespace: Oci.GenerativeaiagentService.Models
Assembly: OCI.DotNetSDK.Generativeaiagent.dll
Syntax
public class KnowledgeBaseConfig
Properties
KnowledgeBaseId
Declaration
[Required(ErrorMessage = "KnowledgeBaseId is required.")]
[JsonProperty(PropertyName = "knowledgeBaseId")]
public string KnowledgeBaseId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the knowledgeBase this RAG Tool uses |
Remarks
Required