Type alias SerializedLLMChain

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

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

Type declaration

Generated using TypeDoc