Skip to content

llm_interaction_store.cpp

GitHub Actions edited this page Jan 2, 2026 · 1 revision

llm_interaction_store.cpp

Stand: 5. Dezember 2025
Version: 1.0.0
Kategorie: Src


Path: src/llm/llm_interaction_store.cpp

Purpose: Store and index LLM interactions, manage prompt/response histories, used by SemanticCache and RAG features.

Public functions / symbols:

  • if (!db_) {
  • if (interaction.timestamp_ms == 0) {
  • ``
  • if (cf_) {

Navigation

Home

Architecture

Governance

Modules

Developer

Clone this wiki locally