SerializedLLMChain: {
    llm?: Toolkit;
    prompt?: Toolkit;
}

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

Type declaration

⚠️ 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