Skip to content

ToolUseContent

Defined in: packages/ai.matey.types/src/ir.ts:85

Tool use request (AI wants to call a tool).

readonly id: string

Defined in: packages/ai.matey.types/src/ir.ts:87


readonly input: Record<string, unknown>

Defined in: packages/ai.matey.types/src/ir.ts:89


readonly name: string

Defined in: packages/ai.matey.types/src/ir.ts:88


readonly type: "tool_use"

Defined in: packages/ai.matey.types/src/ir.ts:86