Skip to content

Tool

Defined in: types.ts:238

Tool definition.

optional description: string

Defined in: types.ts:240

Tool description


optional execute: (args) => Promise<unknown>

Defined in: types.ts:244

Execute the tool

Record<string, unknown>

Promise<unknown>


parameters: Record<string, unknown>

Defined in: types.ts:242

Tool parameter schema