Module UserPromptSubmit.Input

type t

Typed input for UserPromptSubmit hooks

val jsont : t Jsont.t

jsont is the Jsont codec for UserPromptSubmit input.

val session_id : t -> string

session_id t returns the session ID.

val transcript_path : t -> string

transcript_path t returns the transcript file path.

val prompt : t -> string

prompt t returns the user's prompt text.

val unknown : t -> Unknown.t

unknown t returns the unknown fields.