Class AgentSemanticCache
- Namespace
- FoundationaLLM.Orchestration.Core.Models
- Assembly
- FoundationaLLM.Orchestration.Core.dll
Provides all dependencies for an agent-related semantic cache.
public class AgentSemanticCache
- Inheritance
-
AgentSemanticCache
- Inherited Members
- Extension Methods
Properties
EmbeddingClient
Gets or sets the Azure OpenAI client.
public required EmbeddingClient EmbeddingClient { get; set; }
Property Value
- EmbeddingClient
Settings
Gets or sets the agent's semantic cache settings.
public required AgentSemanticCacheSettings Settings { get; set; }