BaseToolWithCall
BaseToolWithCall<
Input
> =Omit
<BaseTool
<Input
>,"call"
> &object
Defined in: .build/typescript/packages/core/src/llms/type.ts:315
Type Declaration
Section titled “Type Declaration”call:
NonNullable
<Pick
<BaseTool
<Input
>,"call"
>["call"
]>
Type Parameters
Section titled “Type Parameters”Input
= any