claude.proto
Stop.Output
claude
ppxlib
yojson
type t
Typed output for Stop hooks
val jsont : t Jsont.t
jsont is the Jsont codec for Stop output.
jsont
val continue : unit -> t
continue () creates a continue response.
continue ()
val block : ?reason:string -> unit -> t
block ?reason () creates a block response.
block ?reason ()
Optional explanation for blocking