Skip to content

Home > llm-ops > FunctionChain > call

FunctionChain.call() method

Signature:

typescript
call(params: FunctionCallSchema): Promise<Error | import("llm-ops/utils/result").Success<any>>;
call(params: FunctionCallSchema): Promise<Error | import("llm-ops/utils/result").Success<any>>;

Parameters

ParameterTypeDescription
paramsFunctionCallSchema

Returns:

Promise<Error | import("llm-ops/utils/result").Success<any>>

Released under the MIT License.