Skip to content

Home > llm-ops > FunctionChain

FunctionChain class

Signature:

typescript
export declare class FunctionChain
export declare class FunctionChain

Constructors

ConstructorModifiersDescription
(constructor)(llm)Constructs a new instance of the FunctionChain class

Properties

PropertyModifiersTypeDescription
llmLLM

Methods

MethodModifiersDescription
call(params)
exportHistory()

Released under the MIT License.