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