Class KnowledgeSearchSettings
- Namespace
- FoundationaLLM.Common.Models.ResourceProviders.Agent
- Assembly
- FoundationaLLM.Common.dll
Provides the settings for knowledge search.
public class KnowledgeSearchSettings
- Inheritance
-
KnowledgeSearchSettings
- Inherited Members
- Extension Methods
Properties
AgentPrivateStoreKnowledgeUnitObjectId
The object identifier of the knowledge unit used for the agent private store files.
public required string AgentPrivateStoreKnowledgeUnitObjectId { get; set; }
Property Value
ConversationKnowledgeUnitObjectId
The object identifier of the knowledge unit used for the conversation files.
public required string ConversationKnowledgeUnitObjectId { get; set; }
Property Value
FileUploadDataPipelineObjectId
The object identifier of the data pipeline used to process uploaded files.
public required string FileUploadDataPipelineObjectId { get; set; }