RedisPromptCache
Redis-based implementation of PromptCache. This implementation stores cache entries in a Redis database.
Parameters
client
The Redis client to use for connecting to Redis
Types
Functions
Link copied to clipboard
Link copied to clipboard
open suspend override fun put(prompt: Prompt, tools: List<ToolDescriptor>, response: List<Message.Response>)