Theo Docs
TheoKitTheoKit-SDKTheoUITheo PaaS
API reference

SDKToolUseMessage

Tool invocation lifecycle event. Emitted at start with `args`, then again on

SDKToolUseMessage

Auto-generated from TypeDoc on each build. Edit the JSDoc in packages/sdk/src/ to change this page.

Tool invocation lifecycle event. Emitted at start with args, then again on completion with result.

Tool args and result are NOT part of the stable schema — treat as unknown.

Signature

interface SDKToolUseMessage { /* ... */ }

Kind

interface

Source

packages/sdk/src/types/messages.ts:88

On this page