getCachedResponse abstract method

Future<ChatResponse?> getCachedResponse(
  1. String key
)

Retrieves a cached response for the given key, or null if not found.

Implementation

Future<ChatResponse?> getCachedResponse(String key);