Ask a question to get started
Enter to sendā¢Shift+Enter new line
Type guard function that checks if a given language model is of type BaseLLM.
BaseLLM
isLLM(llm: BaseLanguageModelInterface): llm is BaseLLM<BaseLLMCallOptions>
llm
BaseLanguageModelInterface