Class KnowledgeSource
- Namespace
- FoundationaLLM.Common.Models.ResourceProviders.Context
- Assembly
- FoundationaLLM.Common.dll
Represents a FoundationaLLM knowledge source.
public class KnowledgeSource : ResourceBase
- Inheritance
-
KnowledgeSource
- Inherited Members
- Extension Methods
Constructors
KnowledgeSource()
Initializes a new instance of the KnowledgeSource class and sets its type to KnowledgeSource.
public KnowledgeSource()
Properties
KnowledgeUnitObjectIds
Gets or sets the list of the object identifiers of the knowledge units associated with the knowledge source.
[JsonPropertyName("knowledge_unit_object_ids")]
public List<string> KnowledgeUnitObjectIds { get; set; }