Table of Contents

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

string

OperationId

public string OperationId { get; set; }

Property Value

string

SerializedItem

public string SerializedItem { get; set; }

Property Value

string

UserPrompt

public string UserPrompt { get; set; }

Property Value

string

UserPromptEmbedding

public float[] UserPromptEmbedding { get; set; }

Property Value

float[]

UserPromptTokens

public int UserPromptTokens { get; set; }

Property Value

int