Skip to content

Home > llm-ops > TypeScriptChain > (constructor)

TypeScriptChain.(constructor)

Constructs a new instance of the TypeScriptChain class

Signature:

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

Parameters

ParameterTypeDescription
llmLLM

Released under the MIT License.