SerializedLLMChain: {
    llm?: SerializedLLM;
    prompt?: SerializedBasePromptTemplate;
}

Represents the serialized form of an LLMChain. It includes properties such as _type, llm, and prompt.

Type declaration

  • Optional llm?: SerializedLLM
  • Optional prompt?: SerializedBasePromptTemplate

⚠️ Deprecated ⚠️

Use newer serialization methods.

This feature is deprecated and will be removed in the future.

It is not recommended for use.

Generated using TypeDoc