Skip to content

@chinmaymk/aikit v0.0.40


@chinmaymk/aikit / ToolCall

Interface: ToolCall

Defined in: types.ts:96

The AI has decided to use one of your tools. This is the moment we've all been waiting for.

Properties

id

id: string

Defined in: types.ts:98

A unique ID for this specific tool invocation. Keep it safe.


name

name: string

Defined in: types.ts:100

The name of the tool the model wants to use.


arguments

arguments: Record<string, unknown>

Defined in: types.ts:102

The arguments the model is passing to your tool. Handle with care.

Released under the MIT License.