Ask a question to get started
Enter to sendā¢Shift+Enter new line
lookup( self, prompt: str, llm_string: str ) -> RETURN_VAL_TYPE | None
prompt
str
A string representation of the prompt.
In the case of a chat model, the prompt is a non-trivial serialization of the prompt into the language model.
llm_string
A string representation of the LLM configuration.
Look up based on prompt and llm_string.