SimpleLLM<Options extends LLMOptions> constructor
const
SimpleLLM<Options extends LLMOptions> ({
- required Options defaultOptions,
SimpleLLM provides a simplified interface for working with LLMs. Rather than expecting the user to implement the full SimpleLLM.invoke method, the user only needs to implement SimpleLLM.callInternal.
Implementation
const SimpleLLM({
required super.defaultOptions,
});