Represents the serialized form of an LLMChain. It includes properties such as _type, llm, and prompt.
_type
llm
prompt
Optional
Use newer serialization methods.
This feature is deprecated and will be removed in the future.
It is not recommended for use.
Generated using TypeDoc
Represents the serialized form of an LLMChain. It includes properties such as
_type
,llm
, andprompt
.