Properties
llm
llm: Model
prompt
prompt: BasePromptTemplate<any, BasePromptValue, any>
Optional
callbackManager
callbackManager?: CallbackManager
Optional
llmKwargs
llmKwargs?: CallOptionsIfAvailable<Model>
Optional
memory
memory?: BaseMemory
Optional
outputKey
outputKey?: string
Optional
outputParser
outputParser?: BaseLLMOutputParser<T>
Interface for the input parameters of the LLMChain class.