Completions.Citation
URL citation from web search results.
type t = {
url : string;
title : string option;
content : string option;
start_index : int option;
end_index : int option;
}
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val of_annotation_jsonaf : Jsonaf.t -> t option
Parse a citation from an annotation JSON object