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

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

Use newer serialization methods.