Skip to main content

Type Alias: CustomFunctionCall

CustomFunctionCall: object

Defined in: packages/core/src/types.ts:275

Type of CustomFunctionCall

Type declaration

functionArgs?

optional functionArgs: Record<string, unknown>

the arguments of the function

functionName

functionName: string

the name of the function

output

output: CustomFunctionOutputProps<unknown, unknown>

the output of function execution

Param

The name of the function.

Param

The arguments of the function.

Param

The output of the function execution.