Updates the data in the Redis server using a prompt and an LLM key.
update(prompt: string, llmKey: string, value: Generation[]): Promise<void>| Name | Type | Description |
|---|---|---|
prompt* | string | The prompt used to store the data. |
llmKey* | string | The LLM key used to store the data. |
value* | Generation[] | The data to be stored, represented as an array of Generation objects. |