update(
self,
prompt: str,
llm_string: str,
return_val: RETURN_VAL_TYPE
) -> None| Name | Type | Description |
|---|---|---|
prompt* | str | The prompt run through the language model. |
llm_string* | str | The language model string. |
return_val* | RETURN_VAL_TYPE | A list of language model generations. |
Store llm generations in cache.