Represents the serialized form of an LLMChain. It includes properties such as _type, llm, and prompt.
_type
llm
prompt
Use newer serialization methods.
Represents the serialized form of an LLMChain. It includes properties such as
_type
,llm
, andprompt
.