after_tool
Method
This is a method of the HookRunner class in the hooks module.Run after-tool hooks
Signature
Parameters
No description available.
No description available.
No description available.
Returns
The result of the operation.
after_tool: Run after-tool hooks
This is a method of the HookRunner class in the hooks module.Run after-tool hooks
def after_tool(
&self,
session_id: &str,
tool_name: &str,
result: serde_json::Value,
) -> Result<HookResult>