Show / Hide Table of Contents

Class KnowledgeBaseConfig

The KnowledgeBase configuration this RAG Tool uses.

Inheritance
object
KnowledgeBaseConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top