Skip to content

Home > llm-ops > TypeScriptChain > call

TypeScriptChain.call() method

Signature:

typescript
call(params: TypeScriptChainCallSchema): Promise<Result<any>>;
call(params: TypeScriptChainCallSchema): Promise<Result<any>>;

Parameters

ParameterTypeDescription
paramsTypeScriptChainCallSchema

Returns:

Promise<Result<any>>

Released under the MIT License.