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
Vectorization
Gets or sets the vectorization settings for the agent.
[Obsolete("Use knowledge search configuration at the tool level. This property will be removed in future versions.")]
[JsonPropertyName("vectorization")]
public AgentVectorizationSettings? Vectorization { get; set; }