Ask a question to get started
Enter to send•Shift+Enter new line
Lookup LLM generations in cache by prompt and associated LLM key.
lookup(prompt: string, llmKey: string): Promise<Generation[] | null>
prompt
string
The prompt to lookup.
llmKey
The LLM key to lookup.