Class ContextKnowledgeSourceListRequest
- Namespace
- FoundationaLLM.Common.Models.Context.Knowledge
- Assembly
- FoundationaLLM.Common.dll
Represents a request to list knowledge sources.
public class ContextKnowledgeSourceListRequest
- Inheritance
-
ContextKnowledgeSourceListRequest
- Inherited Members
- Extension Methods
Properties
KnowledgeSourceNames
Gets or sets the optional list of knowledge source names to filter the results.
[JsonPropertyName("knowledge_source_names")]
public List<string>? KnowledgeSourceNames { get; set; }