Ask a question to get started
Enter to sendā¢Shift+Enter new line
Look up the cache data. First, retrieve the corresponding cache object using the llm_string parameter, and then retrieve the data from the cache based on the prompt.
llm_string
prompt
lookup( self, prompt: str, llm_string: str ) -> Optional[RETURN_VAL_TYPE]