Table of Contents

Class KnowledgeManagementAgent

Namespace
FoundationaLLM.Common.Models.ResourceProviders.Agent
Assembly
FoundationaLLM.Common.dll

The Knowledge Management agent metadata model.

public class KnowledgeManagementAgent : AgentBase
Inheritance
KnowledgeManagementAgent
Inherited Members
Extension Methods

Constructors

KnowledgeManagementAgent()

Set default property values.

public KnowledgeManagementAgent()

Properties

InlineContext

Whether the agent has an inline context and does not rely on an external resource.

[JsonPropertyName("inline_context")]
public bool InlineContext { get; set; }

Property Value

bool

Vectorization

The vectorization settings for the agent.

[JsonPropertyName("vectorization")]
public AgentVectorizationSettings Vectorization { get; set; }

Property Value

AgentVectorizationSettings