Home > llm-ops > TypeScriptChain > call
TypeScriptChain.call() method
Signature:
typescript
call(params: TypeScriptChainCallSchema): Promise<Result<any>>;call(params: TypeScriptChainCallSchema): Promise<Result<any>>;Parameters
| Parameter | Type | Description |
|---|---|---|
| params | TypeScriptChainCallSchema |
Returns:
Promise<Result<any>>