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