pub async fn emit_after_tool_call(
hook_bus: &Arc<HookBus>,
tool_name: &str,
runtime_tool_name: Option<&str>,
input: Value,
output: String,
) -> HookResultExpand description
Emit an after_tool_call event and include the runtime tool name when it
differs from the API-safe name.