PostToolUse.Inputval session_id : t -> stringsession_id t returns the session ID.
val transcript_path : t -> stringtranscript_path t returns the transcript file path.
val tool_name : t -> stringtool_name t returns the tool name that was invoked.
val tool_input : t -> Jsont.jsontool_input t returns the tool's input as raw JSON.
val tool_response : t -> Jsont.jsontool_response t returns the tool's response as raw JSON.