Table of Contents

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

string

ConversationKnowledgeUnitObjectId

The object identifier of the knowledge unit used for the conversation files.

public required string ConversationKnowledgeUnitObjectId { get; set; }

Property Value

string

FileUploadDataPipelineObjectId

The object identifier of the data pipeline used to process uploaded files.

public required string FileUploadDataPipelineObjectId { get; set; }

Property Value

string