Home > llm-ops > FunctionChain
FunctionChain class
Signature:
typescript
export declare class FunctionChain
export declare class FunctionChain
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(llm) | Constructs a new instance of the FunctionChain class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
llm | LLM |
Methods
Method | Modifiers | Description |
---|---|---|
call(params) | ||
exportHistory() |