Skip to main content

Module system_prompt_cache

Module system_prompt_cache 

Source

Structs§

SystemPromptCache
Simple in-memory prompt cache keyed by provider + task type. Uses LRU eviction to manage memory in multi-project workflows.

Enums§

TaskType
Task categories for prompt generation

Statics§

PROMPT_CACHE
Global prompt cache shared across runs.

Traits§

PromptProvider
Providers can expose a cache key describing the prompt variant.