Package-level declarations
Types
Link copied to clipboard
class CachedPromptExecutor(cache: PromptCache, nested: PromptExecutor, clock: Clock = kotlin.time.Clock.System) : PromptExecutor
A CodePromptExecutor that caches responses from a nested executor.