Interface: AfterToolHookResult

Defined in: hooks/types.ts:281

Result from after:tool hook that can modify the result

Properties

result?

optional result?: ToolExecutionResult;

Defined in: hooks/types.ts:285

Modified result (optional, original used if not provided)