Package-level declarations

Types

Link copied to clipboard
class CachedPromptExecutor(cache: PromptCache, nested: PromptExecutor, clock: Clock = Clock.System) : PromptExecutor

A CodePromptExecutor that caches responses from a nested executor.