Class SemanticCacheItem
- Namespace
 - FoundationaLLM.Orchestration.Models
 
- Assembly
 - FoundationaLLM.Orchestration.Core.dll
 
Represents an item in the semantic cache.
public class SemanticCacheItem
  - Inheritance
 - 
      
      SemanticCacheItem
 
- Inherited Members
 
- Extension Methods
 
Properties
Id
public string Id { get; set; }
  Property Value
OperationId
public string OperationId { get; set; }
  Property Value
SerializedItem
public string SerializedItem { get; set; }
  Property Value
UserPrompt
public string UserPrompt { get; set; }
  Property Value
UserPromptEmbedding
public float[] UserPromptEmbedding { get; set; }
  Property Value
- float[]
 
UserPromptTokens
public int UserPromptTokens { get; set; }