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/llms/dist/index.d.ts:156