Home > llm-ops > FunctionChain
FunctionChain class
Signature:
typescript
export declare class FunctionChainexport declare class FunctionChainConstructors
| 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() |