Skip to content

Home > llm-ops > FunctionChain > (constructor)

FunctionChain.(constructor)

Constructs a new instance of the FunctionChain class

Signature:

typescript
constructor(llm: LLM);
constructor(llm: LLM);

Parameters

ParameterTypeDescription
llmLLM

Released under the MIT License.