onPostToolUse property
Called after a tool completes. Can inspect or modify the result.
Implementation
final HookHandler<PostToolUseInput, PostToolUseOutput>? onPostToolUse;
Called after a tool completes. Can inspect or modify the result.
final HookHandler<PostToolUseInput, PostToolUseOutput>? onPostToolUse;