BaseLangChain<RunInput extends Object, CallOptions extends RunnableOptions, RunOutput extends Object> constructor
const
BaseLangChain<RunInput extends Object, CallOptions extends RunnableOptions, RunOutput extends Object> ({
- required CallOptions defaultOptions,
Base class for LangChain components (language models, chains, tools, etc.).
Implementation
const BaseLangChain({
required super.defaultOptions,
});