Skip to main content

Type Alias: BaseToolWithCall<Input>

BaseToolWithCall<Input>: Omit<BaseTool<Input>, "call"> & object

Type declaration

call

call: NonNullable<Pick<BaseTool<Input>, "call">["call"]>

Type Parameters

Input = any

Defined in

packages/core/dist/llms/index.d.ts:156