get

open suspend override fun get(request: PromptCache.Request): List<Message.Response>?(source)

Get a cached response for a request, or null if not cached.

Return

The cached response, or null if not cached

Parameters

request

The request to get the cached response for