claude.proto
Stop.Input
claude
ppxlib
yojson
type t
Typed input for Stop hooks
val jsont : t Jsont.t
jsont is the Jsont codec for Stop input.
jsont
val session_id : t -> string
session_id t returns the session ID.
session_id t
val transcript_path : t -> string
transcript_path t returns the transcript file path.
transcript_path t
val stop_hook_active : t -> bool
stop_hook_active t returns whether stop hooks are active.
stop_hook_active t
val unknown : t -> Unknown.t
unknown t returns the unknown fields.
unknown t