SerializedAPIChain: {
    api_answer_chain: SerializedLLMChain;
    api_docs: string;
    api_request_chain: SerializedLLMChain;
}

Represents the serialized form of an APIChain. It includes properties such as _type, api_request_chain, api_answer_chain, and api_docs.

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