Base interface implemented by all runnables. Used for cross-compatibility between different versions of LangChain core.
Should not change on patch releases.
interface BaseLanguageModelInterfaceRunnableInterface<BaseLanguageModelInput, RunOutput, CallOptions>Get the identifying parameters of the LLM.